CertificateKeyVaultProperties interface
Properties for a certificate stored in a Key Vault.
Properties
identity | Resource ID of a managed identity to authenticate with Azure Key Vault, or System to use a system-assigned identity. |
key |
URL pointing to the Azure Key Vault secret that holds the certificate. |
Property Details
identity
Resource ID of a managed identity to authenticate with Azure Key Vault, or System to use a system-assigned identity.
identity?: string
Property Value
string
keyVaultUrl
URL pointing to the Azure Key Vault secret that holds the certificate.
keyVaultUrl?: string
Property Value
string