GetNamespaceAuthorizationRuleResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
val namespaceId: String? = null
Link copied to clipboard
val namespaceName: String? = null
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.