GetNamespaceAuthorizationRuleResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

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
val id: String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard

Gets a string that describes the authorization rule.

Link copied to clipboard
val location: String? = null

Deprecated - only for compatibility.

Link copied to clipboard

Gets the last modified time for this rule

Link copied to clipboard

The name of the resource

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.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard
val tags: Map<String, String>? = null

Deprecated - only for compatibility.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"