ListNamespaceKeysResult

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

Namespace/NotificationHub Connection String

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val keyName: String? = null

KeyName of the created AuthorizationRule

Link copied to clipboard

PrimaryConnectionString of the AuthorizationRule.

Link copied to clipboard
val primaryKey: String? = null

PrimaryKey of the created AuthorizationRule.

Link copied to clipboard

SecondaryConnectionString of the created AuthorizationRule

Link copied to clipboard
val secondaryKey: String? = null

SecondaryKey of the created AuthorizationRule