Cloud.Service.Azure.Key.Vault
{
"access_policy": [
{
"application_id": "string",
"certificate_permissions": [
"string"
],
"key_permissions": [
"string"
],
"object_id": "string",
"secret_permissions": [
"string"
],
"tenant_id": "string"
}
],
"account": "string",
"count": 0,
"enabled_for_deployment": false,
"enabled_for_disk_encryption": false,
"enabled_for_template_deployment": false,
"name": "string",
"network_acls": [
{
"bypass": "string",
"default_action": "string",
"ip_rules": [
"string"
],
"virtual_network_subnet_ids": [
"string"
]
}
],
"region": "string",
"resource_group_name": "string",
"sku": [
{
"name": "string"
}
],
"tenant_id": "string",
"vault_uri": "string"
}
Access policy settings. A maximum of 16 may be set.
(Required) The name of the Microsoft Azure cloud account to use for this resource
The number of resource instances to be created.
Whether Azure virtual machines may retrieve certificates stored as secrets from the key vault. Default is false.
Whether Azure disk encryption may retrieve secrets from the vault and unwrap keys. Default is false.
Whether Azure Resource Manager may retrieve secrets from the key vault. Default is false.
(Required) Name of the Key Vault. Changing the Key Vault name deletes the existing resource and creates a new one.
Network rules settings.
(Required) The Location property for this resource
(Required) Azure resource group in which to create the Key Vault. Changing the resource group deletes the existing resource and creates a new one.
(Required) Settings for the Key Vault stockkeeping unit (SKU).
Key Vault categorization, in case-sensitive key names, or in key-value pairs.
(Required) The Azure Active Directory tenant identifier to use for authenticating requests to the Key Vault.
Uniform Resource Identifier (URI) of the Key Vault, used for performing operations on keys and secrets.