Get Vault Result
data class GetVaultResult(val azureApiVersion: String, val etag: String? = null, val id: String, val identity: IdentityDataResponse? = null, val location: String, val name: String, val properties: VaultPropertiesResponse, val sku: SkuResponse? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Resource information, as returned by the resource provider.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, etag: String? = null, id: String, identity: IdentityDataResponse? = null, location: String, name: String, properties: VaultPropertiesResponse, sku: SkuResponse? = 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
Identity for the resource.
Link copied to clipboard
Properties of the vault.
Link copied to clipboard
Identifies the unique system identifier for each Azure resource.
Link copied to clipboard
Metadata pertaining to creation and last modification of the resource.