GetAuthorizationRuleResult

data class GetAuthorizationRuleResult(val eventhubName: String, val id: String, val listen: Boolean? = null, val manage: Boolean? = null, 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? = null)

A collection of values returned by getAuthorizationRule.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val listen: Boolean? = null
Link copied to clipboard
val manage: Boolean? = null
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
val send: Boolean? = null