VaultCreateOrUpdateParameters Class

Parameters for creating or updating a vault.

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

Inheritance
VaultCreateOrUpdateParameters

Constructor

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

Variables

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.