Get Namespace Authorization Rule Result
data class GetNamespaceAuthorizationRuleResult(val id: String, val name: String, val namespaceId: String? = null, val namespaceName: String? = null, val primaryConnectionString: String, val primaryConnectionStringAlias: String, val primaryKey: String, val resourceGroupName: String? = null, val secondaryConnectionString: String, val secondaryConnectionStringAlias: String, val secondaryKey: String)
A collection of values returned by getNamespaceAuthorizationRule.
Constructors
Link copied to clipboard
constructor(id: String, name: String, namespaceId: String? = null, namespaceName: String? = null, primaryConnectionString: String, primaryConnectionStringAlias: String, primaryKey: String, resourceGroupName: String? = null, secondaryConnectionString: String, secondaryConnectionStringAlias: String, secondaryKey: String)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The primary connection string for the authorization rule.
Link copied to clipboard
The alias Primary Connection String for the ServiceBus Namespace, if the namespace is Geo DR paired.
Link copied to clipboard
The primary access key for the authorization rule.
Link copied to clipboard
Link copied to clipboard
The secondary connection string for the authorization rule.
Link copied to clipboard
The alias Secondary Connection String for the ServiceBus Namespace
Link copied to clipboard
The secondary access key for the authorization rule.