Cloud.Service.Azure.Key.Vault.Secret

Cloud.Service.Azure.Key.Vault.Secret
Cloud.Service.Azure.Key.Vault.Secret
JSON Example
{
    "content_type": "string",
    "name": "string",
    "provider": "string",
    "value": "string",
    "vault_uri": "string",
    "version": "string"
}
string
content_type
Optional

Description of the Key Vault Secret content, such as 'password' or 'connection string'.

string
name
Required

(Required) Key Vault Secret name. Changing the Key Vault Secret name deletes the existing resource and creates a new one.

string
provider
Required

(Required) The name of the Microsoft Azure cloud account to use for this resource

object
tags
Optional

Key Vault Secret categorization, in case-sensitive key names, or in key-value pairs.

string
value
Required

(Required) Key Vault Secret value, such as an actual password or actual connection string.

string
vault_uri
Required

(Required) The Vault Uri property for this resource

string
version
Optional

Current version of the Key Vault Secret.