These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
azure-native.relay.listNamespaceKeys
Explore with Pulumi AI
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
Primary and secondary connection strings to the namespace. API Version: 2017-04-01.
Using listNamespaceKeys
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function listNamespaceKeys(args: ListNamespaceKeysArgs, opts?: InvokeOptions): Promise<ListNamespaceKeysResult>
function listNamespaceKeysOutput(args: ListNamespaceKeysOutputArgs, opts?: InvokeOptions): Output<ListNamespaceKeysResult>
def list_namespace_keys(authorization_rule_name: Optional[str] = None,
namespace_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> ListNamespaceKeysResult
def list_namespace_keys_output(authorization_rule_name: Optional[pulumi.Input[str]] = None,
namespace_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[ListNamespaceKeysResult]
func ListNamespaceKeys(ctx *Context, args *ListNamespaceKeysArgs, opts ...InvokeOption) (*ListNamespaceKeysResult, error)
func ListNamespaceKeysOutput(ctx *Context, args *ListNamespaceKeysOutputArgs, opts ...InvokeOption) ListNamespaceKeysResultOutput
> Note: This function is named ListNamespaceKeys
in the Go SDK.
public static class ListNamespaceKeys
{
public static Task<ListNamespaceKeysResult> InvokeAsync(ListNamespaceKeysArgs args, InvokeOptions? opts = null)
public static Output<ListNamespaceKeysResult> Invoke(ListNamespaceKeysInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<ListNamespaceKeysResult> listNamespaceKeys(ListNamespaceKeysArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:relay:listNamespaceKeys
arguments:
# arguments dictionary
The following arguments are supported:
- string
- The authorization rule name.
- Namespace
Name string - The namespace name
- Resource
Group stringName - Name of the Resource group within the Azure subscription.
- string
- The authorization rule name.
- Namespace
Name string - The namespace name
- Resource
Group stringName - Name of the Resource group within the Azure subscription.
- String
- The authorization rule name.
- namespace
Name String - The namespace name
- resource
Group StringName - Name of the Resource group within the Azure subscription.
- string
- The authorization rule name.
- namespace
Name string - The namespace name
- resource
Group stringName - Name of the Resource group within the Azure subscription.
- str
- The authorization rule name.
- namespace_
name str - The namespace name
- resource_
group_ strname - Name of the Resource group within the Azure subscription.
- String
- The authorization rule name.
- namespace
Name String - The namespace name
- resource
Group StringName - Name of the Resource group within the Azure subscription.
listNamespaceKeys Result
The following output properties are available:
- Key
Name string - A string that describes the authorization rule.
- Primary
Connection stringString - Primary connection string of the created namespace authorization rule.
- Primary
Key string - A base64-encoded 256-bit primary key for signing and validating the SAS token.
- Secondary
Connection stringString - Secondary connection string of the created namespace authorization rule.
- Secondary
Key string - A base64-encoded 256-bit secondary key for signing and validating the SAS token.
- Key
Name string - A string that describes the authorization rule.
- Primary
Connection stringString - Primary connection string of the created namespace authorization rule.
- Primary
Key string - A base64-encoded 256-bit primary key for signing and validating the SAS token.
- Secondary
Connection stringString - Secondary connection string of the created namespace authorization rule.
- Secondary
Key string - A base64-encoded 256-bit secondary key for signing and validating the SAS token.
- key
Name String - A string that describes the authorization rule.
- primary
Connection StringString - Primary connection string of the created namespace authorization rule.
- primary
Key String - A base64-encoded 256-bit primary key for signing and validating the SAS token.
- secondary
Connection StringString - Secondary connection string of the created namespace authorization rule.
- secondary
Key String - A base64-encoded 256-bit secondary key for signing and validating the SAS token.
- key
Name string - A string that describes the authorization rule.
- primary
Connection stringString - Primary connection string of the created namespace authorization rule.
- primary
Key string - A base64-encoded 256-bit primary key for signing and validating the SAS token.
- secondary
Connection stringString - Secondary connection string of the created namespace authorization rule.
- secondary
Key string - A base64-encoded 256-bit secondary key for signing and validating the SAS token.
- key_
name str - A string that describes the authorization rule.
- primary_
connection_ strstring - Primary connection string of the created namespace authorization rule.
- primary_
key str - A base64-encoded 256-bit primary key for signing and validating the SAS token.
- secondary_
connection_ strstring - Secondary connection string of the created namespace authorization rule.
- secondary_
key str - A base64-encoded 256-bit secondary key for signing and validating the SAS token.
- key
Name String - A string that describes the authorization rule.
- primary
Connection StringString - Primary connection string of the created namespace authorization rule.
- primary
Key String - A base64-encoded 256-bit primary key for signing and validating the SAS token.
- secondary
Connection StringString - Secondary connection string of the created namespace authorization rule.
- secondary
Key String - A base64-encoded 256-bit secondary key for signing and validating the SAS token.
Package Details
- Repository
- azure-native-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi