Secret
Properties
| Property | Type | Attributes | Description |
|---|---|---|---|
name | string | Required, Identifier | The name of the secret in KeyVault. |
value | string | Required, Write-only, Sensitive | The value of the secret in KeyVault. Changing this creates a new version of the secret. |
contentType | string | The content type of the secret, e.g. 'text/plain'. | |
createdOn | string | Read-only | The UTC date/time at which the secret was created, in ISO 8601 format. |
enabled | bool | Whether the secret is enabled. | |
expiresOn | string | The UTC date/time at which the secret expires, in ISO 8601 format, e.g. '2026-01-01T00:00:00Z'. | |
id | string | Read-only | The versioned URI of the secret. |
notBefore | string | The UTC date/time before which the secret cannot be used, in ISO 8601 format, e.g. '2025-01-01T00:00:00Z'. | |
recoveryLevel | string | Read-only | The deletion recovery level currently in effect for the secret. |
tags | Dictionary<string, String> | Tags to apply to the secret. | |
updatedOn | string | Read-only | The UTC date/time at which the secret was last updated, in ISO 8601 format. |
vaultUri | string | Identifier | The URI of the Key Vault holding the secret. Defaults to the 'vaultUri' supplied in the extension configuration. |
version | string | Read-only | The version of the secret. |
versionlessId | string | Read-only | The URI of the secret, without a version. Use this to always resolve the latest version. |
Dictionary<string, String>
Additional properties of type string are allowed.