GetNamespaceAuthorizationRuleResult

data class GetNamespaceAuthorizationRuleResult(val id: String, val listen: Boolean, val manage: Boolean, val name: String, val namespaceName: String, val primaryConnectionString: String, val primaryConnectionStringAlias: String, val primaryKey: String, val resourceGroupName: String, val secondaryConnectionString: String, val secondaryConnectionStringAlias: String, val secondaryKey: String, val send: Boolean)

A collection of values returned by getNamespaceAuthorizationRule.

Constructors

Link copied to clipboard
constructor(id: String, listen: Boolean, manage: Boolean, name: String, namespaceName: String, primaryConnectionString: String, primaryConnectionStringAlias: String, primaryKey: String, resourceGroupName: String, secondaryConnectionString: String, secondaryConnectionStringAlias: String, secondaryKey: String, send: Boolean)

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

Does this Authorization Rule have permissions to Listen to the Event Hub?

Link copied to clipboard

Does this Authorization Rule have permissions to Manage to the Event Hub?

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The Primary Connection String for the Event Hubs authorization Rule.

Link copied to clipboard

The alias of the Primary Connection String for the Event Hubs authorization Rule.

Link copied to clipboard

The Primary Key for the Event Hubs authorization Rule.

Link copied to clipboard
Link copied to clipboard

The Secondary Connection String for the Event Hubs authorization Rule.

Link copied to clipboard

The alias of the Secondary Connection String for the Event Hubs authorization Rule.

Link copied to clipboard

The Secondary Key for the Event Hubs authorization Rule.

Link copied to clipboard

Does this Authorization Rule have permissions to Send to the Event Hub?