Cloud.Service.Azure.Key.Vault.Access.Policy
{
"account": "string",
"application_id": "string",
"certificate_permissions": [
"string"
],
"count": 0,
"key_permissions": [
"string"
],
"object_id": "string",
"resource_group_name": "string",
"secret_permissions": [
"string"
],
"tenant_id": "string",
"vault_name": "string"
}
(Required) The name of the Microsoft Azure cloud account to use for this resource
Unique identifier of an application in Azure Active Directory.
One or more of the following certificate permissions: backup, create, delete, deleteissuers, get, getissuers, import, list, listissuers, managecontacts, manageissuers, purge, recover, restore, setissuers, and update.
The number of resource instances to be created.
(Required) One or more of the following key permissions: backup, create, decrypt, delete, encrypt, get, import, list, purge, recover, restore, sign, unwrapKey, update, verify, and wrapKey.
(Required) Object identifier of a user, service principal, or security group in the Azure Active Directory tenant for the vault. The object ID must be unique for the list of access policies. Changing the object ID deletes the existing resource and creates a new one.
(Required) Azure resource group in which to create the namespace. Changing the resource group deletes the existing resource and creates a new one.
(Required) One or more of the following secret permissions: backup, delete, get, list, purge, recover, restore, and set.
(Required) The Azure Active Directory tenant identifier to use for authenticating requests to the key vault. Changing the tenant ID deletes the existing resource and creates a new one.
(Required) Name of the Key Vault resource. Changing the name deletes the existing resource and creates a new one.