SharedAccessAuthorizationRulePropertiesResponse

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

SharedAccessAuthorizationRule properties.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A string that describes the claim type

Link copied to clipboard

A string that describes the claim value

Link copied to clipboard

The created time for this rule

Link copied to clipboard

A string that describes the authorization rule.

Link copied to clipboard

The last modified time for this rule

Link copied to clipboard

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

Link copied to clipboard

The revision number for the rule

Link copied to clipboard
val rights: List<String>? = null

The rights associated with the rule.

Link copied to clipboard

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