VaultProperties Class
Properties of the vault.
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 server.
- Inheritance
-
azure.mgmt.keyvault._serialization.ModelVaultProperties
Constructor
VaultProperties(*, tenant_id: str, sku: _models.Sku, access_policies: List[_models.AccessPolicyEntry] | None = None, vault_uri: str | None = None, enabled_for_deployment: bool | None = None, enabled_for_disk_encryption: bool | None = None, enabled_for_template_deployment: bool | None = None, enable_soft_delete: bool | None = None, create_mode: str | _models.CreateMode | None = None, enable_purge_protection: bool | None = None, network_acls: _models.NetworkRuleSet | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
tenant_id
|
The Azure Active Directory tenant ID that should be used for authenticating requests to the key vault. Required. |
sku
|
SKU details. Required. |
access_policies
|
An array of 0 to 1024 identities that have access to the key vault.
All identities in the array must use the same tenant ID as the key vault's tenant ID. When
|
vault_uri
|
The URI of the vault for performing operations on keys and secrets. |
enabled_for_deployment
|
Property to specify whether Azure Virtual Machines are permitted to retrieve certificates stored as secrets from the key vault. |
enabled_for_disk_encryption
|
Property to specify whether Azure Disk Encryption is permitted to retrieve secrets from the vault and unwrap keys. |
enabled_for_template_deployment
|
Property to specify whether Azure Resource Manager is permitted to retrieve secrets from the key vault. |
enable_soft_delete
|
Property to specify whether the 'soft delete' functionality is enabled for this key vault. It does not accept false value. |
create_mode
|
str or
CreateMode
The vault's create mode to indicate whether the vault need to be recovered or not. Known values are: "recover" and "default". |
enable_purge_protection
|
Property 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. |
network_acls
|
Rules governing the accessibility of the key vault from specific network locations. |
Variables
Name | Description |
---|---|
tenant_id
|
The Azure Active Directory tenant ID that should be used for authenticating requests to the key vault. Required. |
sku
|
SKU details. Required. |
access_policies
|
An array of 0 to 1024 identities that have access to the key vault. All
identities in the array must use the same tenant ID as the key vault's tenant ID. When
|
vault_uri
|
The URI of the vault for performing operations on keys and secrets. |
enabled_for_deployment
|
Property to specify whether Azure Virtual Machines are permitted to retrieve certificates stored as secrets from the key vault. |
enabled_for_disk_encryption
|
Property to specify whether Azure Disk Encryption is permitted to retrieve secrets from the vault and unwrap keys. |
enabled_for_template_deployment
|
Property to specify whether Azure Resource Manager is permitted to retrieve secrets from the key vault. |
enable_soft_delete
|
Property to specify whether the 'soft delete' functionality is enabled for this key vault. It does not accept false value. |
create_mode
|
str or
CreateMode
The vault's create mode to indicate whether the vault need to be recovered or not. Known values are: "recover" and "default". |
enable_purge_protection
|
Property 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. |
network_acls
|
Rules governing the accessibility of the key vault from specific network locations. |
private_endpoint_connections
|
List of private endpoint connections associated with the key vault. |
Azure SDK for Python