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? = null, val revision: Int, val rights: List<String>, val secondaryKey: String? = null)
SharedAccessAuthorizationRule properties.
Constructors
Properties
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 the last modified time for this rule
Link copied to clipboard
Gets a base64-encoded 256-bit primary key for signing and validating the SAS token.
Link copied to clipboard
Gets a base64-encoded 256-bit primary key for signing and validating the SAS token.