This table represents the Key Vault resource from Microsoft Azure.

azure.key_vault

Fields

TitleIDTypeData TypeDescription
_keycorestring
create_modecorestringThe vault's create mode to indicate whether the vault need to be recovered or not.
diagnostic_settingscorejson
enable_purge_protectioncoreboolProperty specifying whether protection against purge is enabled for this vault. Setting this property to true activates protection against purge for this vault and its content - only the Key Vault service may initiate a hard, irrecoverable deletion. The setting is effective only if soft delete is also enabled. Enabling this functionality is irreversible - that is, the property does not accept false as its value.
enable_rbac_authorizationcoreboolProperty that controls how data actions are authorized. When true, the key vault will use Role Based Access Control (RBAC) for authorization of data actions, and the access policies specified in vault properties will be ignored. When false, the key vault will use the access policies specified in vault properties, and any policy stored on Azure Resource Manager will be ignored. If null or not specified, the vault is created with the default value of false. Note that management actions are always authorized with RBAC.
enable_soft_deletecoreboolProperty to specify whether the 'soft delete' functionality is enabled for this key vault. If it's not set to any value(true or false) when creating new key vault, it will be set to true by default. Once set to true, it cannot be reverted to false.
enabled_for_deploymentcoreboolProperty to specify whether Azure Virtual Machines are permitted to retrieve certificates stored as secrets from the key vault.
enabled_for_disk_encryptioncoreboolProperty to specify whether Azure Disk Encryption is permitted to retrieve secrets from the vault and unwrap keys.
enabled_for_template_deploymentcoreboolProperty to specify whether Azure Resource Manager is permitted to retrieve secrets from the key vault.
idcorestringFully qualified identifier of the key vault resource.
locationcorestringAzure location of the key vault resource.
namecorestringName of the key vault resource.
provisioning_statecorestringProvisioning state of the vault.
resource_groupcorestring
skucorejsonSKU details
soft_delete_retention_in_dayscoreint64softDelete data retention days. It accepts >=7 and <=90.
subscription_idcorestring
subscription_namecorestring
tagscorehstore
tenant_idcorestringThe Azure Active Directory tenant ID that should be used for authenticating requests to the key vault.
typecorestringResource type of the key vault resource.
vault_uricorestringThe URI of the vault for performing operations on keys and secrets. This property is readonly