ListNamespaceKeysResult

data class ListNamespaceKeysResult(val keyName: String, val primaryConnectionString: String, val primaryKey: String, val secondaryConnectionString: String, val secondaryKey: String)

Response for the POST request that returns Namespace or NotificationHub access keys (connection strings).

Constructors

Link copied to clipboard
constructor(keyName: String, primaryConnectionString: String, primaryKey: String, secondaryConnectionString: String, secondaryKey: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets or sets keyName of the created AuthorizationRule

Link copied to clipboard

Gets or sets primaryConnectionString of the AuthorizationRule.

Link copied to clipboard

Gets or sets primaryKey of the created AuthorizationRule.

Link copied to clipboard

Gets or sets secondaryConnectionString of the created AuthorizationRule

Link copied to clipboard

Gets or sets secondaryKey of the created AuthorizationRule