1. Packages
  2. Azure Native
  3. API Docs
  4. relay
  5. listNamespaceKeys
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.37.0 published on Monday, Apr 15, 2024 by Pulumi

azure-native.relay.listNamespaceKeys

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.37.0 published on Monday, Apr 15, 2024 by Pulumi

    Primary and secondary connection strings to the namespace. Azure REST API version: 2021-11-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:

    AuthorizationRuleName string
    The authorization rule name.
    NamespaceName string
    The namespace name
    ResourceGroupName string
    Name of the Resource group within the Azure subscription.
    AuthorizationRuleName string
    The authorization rule name.
    NamespaceName string
    The namespace name
    ResourceGroupName string
    Name of the Resource group within the Azure subscription.
    authorizationRuleName String
    The authorization rule name.
    namespaceName String
    The namespace name
    resourceGroupName String
    Name of the Resource group within the Azure subscription.
    authorizationRuleName string
    The authorization rule name.
    namespaceName string
    The namespace name
    resourceGroupName string
    Name of the Resource group within the Azure subscription.
    authorization_rule_name str
    The authorization rule name.
    namespace_name str
    The namespace name
    resource_group_name str
    Name of the Resource group within the Azure subscription.
    authorizationRuleName String
    The authorization rule name.
    namespaceName String
    The namespace name
    resourceGroupName String
    Name of the Resource group within the Azure subscription.

    listNamespaceKeys Result

    The following output properties are available:

    KeyName string
    A string that describes the authorization rule.
    PrimaryConnectionString string
    Primary connection string of the created namespace authorization rule.
    PrimaryKey string
    A base64-encoded 256-bit primary key for signing and validating the SAS token.
    SecondaryConnectionString string
    Secondary connection string of the created namespace authorization rule.
    SecondaryKey string
    A base64-encoded 256-bit secondary key for signing and validating the SAS token.
    KeyName string
    A string that describes the authorization rule.
    PrimaryConnectionString string
    Primary connection string of the created namespace authorization rule.
    PrimaryKey string
    A base64-encoded 256-bit primary key for signing and validating the SAS token.
    SecondaryConnectionString string
    Secondary connection string of the created namespace authorization rule.
    SecondaryKey string
    A base64-encoded 256-bit secondary key for signing and validating the SAS token.
    keyName String
    A string that describes the authorization rule.
    primaryConnectionString String
    Primary connection string of the created namespace authorization rule.
    primaryKey String
    A base64-encoded 256-bit primary key for signing and validating the SAS token.
    secondaryConnectionString String
    Secondary connection string of the created namespace authorization rule.
    secondaryKey String
    A base64-encoded 256-bit secondary key for signing and validating the SAS token.
    keyName string
    A string that describes the authorization rule.
    primaryConnectionString string
    Primary connection string of the created namespace authorization rule.
    primaryKey string
    A base64-encoded 256-bit primary key for signing and validating the SAS token.
    secondaryConnectionString string
    Secondary connection string of the created namespace authorization rule.
    secondaryKey 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_string str
    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_string str
    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.
    keyName String
    A string that describes the authorization rule.
    primaryConnectionString String
    Primary connection string of the created namespace authorization rule.
    primaryKey String
    A base64-encoded 256-bit primary key for signing and validating the SAS token.
    secondaryConnectionString String
    Secondary connection string of the created namespace authorization rule.
    secondaryKey String
    A base64-encoded 256-bit secondary key for signing and validating the SAS token.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
    Azure Native v2.37.0 published on Monday, Apr 15, 2024 by Pulumi