Shared Access Authorization Rule Properties Response
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
Properties
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
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
A base64-encoded 256-bit primary key for signing and validating the SAS token.