SharedAccessSignatureAuthorizationRuleAccessRightsDescriptionResponse

data class SharedAccessSignatureAuthorizationRuleAccessRightsDescriptionResponse(val keyName: String, val primaryKey: String? = null, val rights: String, val secondaryKey: String? = null)

Description of the shared access key.

Constructors

constructor(keyName: String, primaryKey: String? = null, rights: String, secondaryKey: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the key.

Link copied to clipboard
val primaryKey: String? = null

Primary SAS key value.

Link copied to clipboard

Rights that this key has.

Link copied to clipboard
val secondaryKey: String? = null

Secondary SAS key value.