GetVaultResult

data class GetVaultResult(val id: String, val identities: List<GetVaultIdentity>, val location: String, val name: String, val resourceGroupName: String, val sku: String, val tags: Map<String, String>)

A collection of values returned by getVault.

Constructors

Link copied to clipboard
constructor(id: String, identities: List<GetVaultIdentity>, location: String, name: String, resourceGroupName: String, sku: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

(Optional) An identity block as defined below.

Link copied to clipboard

The Azure location where the resource resides.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val sku: String

The vault's current SKU.

Link copied to clipboard

A mapping of tags assigned to the resource.