Cloud.Service.Azure.Key.Vault.Key
{
"account": "string",
"count": 0,
"e": "string",
"key_opts": [
"string"
],
"key_size": 0,
"key_type": "string",
"n": "string",
"name": "string",
"vault_uri": "string",
"version": "string"
}
(Required) The name of the Microsoft Azure cloud account to use for this resource
The number of resource instances to be created.
RSA public exponent of the Key Vault Key.
(Required) List of JSON web key operations. Possible values are decrypt, encrypt, sign, unwrapKey, verify, and wrapKey, and are case sensitive.
(Required) Size of key to create, in bytes, such as 1024 or 2048. Changing the size deletes the existing resource and creates a new one.
(Required) Type of Key Vault Key, EC (Elliptic Curve), Oct (Octet), RSA, and RSA-HSM. Changing the type deletes the existing resource and creates a new one.
RSA modulus of the Key Vault Key.
(Required) Key Vault Key name. Changing the name deletes the existing resource and creates a new one.
Key Vault Key categorization, in case-sensitive key names, or in key-value pairs.
(Required) The Vault Uri property for this resource
Current version of the Key Vault Key.