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/Relay 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

A string that describes the authorization rule.

Link copied to clipboard

Primary connection string of the created namespace authorization rule.

Link copied to clipboard
val primaryKey: String? = null

A base64-encoded 256-bit primary key for signing and validating the SAS token.

Link copied to clipboard

Secondary connection string of the created namespace authorization rule.

Link copied to clipboard
val secondaryKey: String? = null

A base64-encoded 256-bit secondary key for signing and validating the SAS token.