GetVaultResult

data class GetVaultResult(val azureApiVersion: String, val id: String, val location: String? = null, val name: String, val properties: VaultPropertiesResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

Resource information with extended details.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, id: String, location: String? = null, name: String, properties: VaultPropertiesResponse, 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 id: String

Fully qualified identifier of the key vault resource.

Link copied to clipboard
val location: String? = null

Azure location of the key vault resource.

Link copied to clipboard

Name of the key vault resource.

Link copied to clipboard

Properties of the vault

Link copied to clipboard

System metadata for the key vault.

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

Tags assigned to the key vault resource.

Link copied to clipboard

Resource type of the key vault resource.