Get Namespace Authorization Rule Result
data class GetNamespaceAuthorizationRuleResult(val azureApiVersion: String, val claimType: String, val claimValue: String, val createdTime: String, val id: String, val keyName: String, val location: String? = null, val modifiedTime: String, val name: String, val primaryKey: String? = null, val revision: Int, val rights: List<String>, val secondaryKey: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Response for POST requests that return single SharedAccessAuthorizationRule.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, claimType: String, claimValue: String, createdTime: String, id: String, keyName: String, location: String? = null, modifiedTime: String, name: String, primaryKey: String? = null, revision: Int, rights: List<String>, secondaryKey: String? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
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.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.