KeyVaultSecretIdentifier interface
Represents the segments that compose a Key Vault Secret Id.
Properties
name | The name of the Key Vault Secret. |
source |
The complete representation of the Key Vault Secret Id. For example: https://<keyvault-name>.vault.azure.net/secrets/<secret-name>/<unique-version-id> |
vault |
The URL of the Azure Key Vault instance to which the Secret belongs. |
version | The version of Key Vault Secret. Might be undefined. |
Property Details
name
The name of the Key Vault Secret.
name: string
Property Value
string
sourceId
The complete representation of the Key Vault Secret Id. For example:
https://<keyvault-name>.vault.azure.net/secrets/<secret-name>/<unique-version-id>
sourceId: string
Property Value
string
vaultUrl
The URL of the Azure Key Vault instance to which the Secret belongs.
vaultUrl: string
Property Value
string
version
The version of Key Vault Secret. Might be undefined.
version?: string
Property Value
string