SharedAccessAuthorizationRulePropertiesResponse

data class SharedAccessAuthorizationRulePropertiesResponse(val claimType: String, val claimValue: String, val createdTime: String, val keyName: String, val modifiedTime: String, val primaryKey: String? = null, val revision: Int, val rights: List<String>, val secondaryKey: String? = null)

SharedAccessAuthorizationRule properties.

Constructors

constructor(claimType: String, claimValue: String, createdTime: String, keyName: String, modifiedTime: String, primaryKey: String? = null, revision: Int, rights: List<String>, secondaryKey: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets a string that describes the claim type

Link copied to clipboard

Gets a string that describes the claim value

Link copied to clipboard

Gets the created time for this rule

Link copied to clipboard

Gets a string that describes the authorization rule.

Link copied to clipboard

Gets the last modified time for this rule

Link copied to clipboard
val primaryKey: String? = null

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

Link copied to clipboard

Gets the revision number for the rule

Link copied to clipboard

Gets or sets the rights associated with the rule.

Link copied to clipboard
val secondaryKey: String? = null

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