Vault Class

Resource information with extended details.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.keyvault.v2016_10_01.models._models_py3.Resource
Vault

Constructor

Vault(*, location: str, properties: azure.mgmt.keyvault.v2016_10_01.models._models_py3.VaultProperties, tags: Optional[Dict[str, str]] = None, **kwargs)

Variables

id
str

The Azure Resource Manager resource ID for the key vault.

name
str

The name of the key vault.

type
str

The resource type of the key vault.

location
str

Required. The supported Azure location where the key vault should be created.

tags
dict[str, str]

A set of tags. The tags that will be assigned to the key vault.

properties
VaultProperties

Required. Properties of the vault.