GetVaultResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val etag: String? = null

Optional ETag.

Link copied to clipboard
val id: String

Resource Id represents the complete path to the resource.

Link copied to clipboard

Identity for the resource.

Link copied to clipboard

Resource location.

Link copied to clipboard

Resource name associated with the resource.

Link copied to clipboard

Properties of the vault.

Link copied to clipboard
val sku: SkuResponse? = null

Identifies the unique system identifier for each Azure resource.

Link copied to clipboard

Metadata pertaining to creation and last modification of the resource.

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

Resource tags.

Link copied to clipboard

Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/...