Package version:

Interface CertificateKeyVaultProperties

Properties for a certificate stored in a Key Vault.

interface CertificateKeyVaultProperties {
    identity?: string;
    keyVaultUrl?: string;
}

Properties

identity?: string

Resource ID of a managed identity to authenticate with Azure Key Vault, or System to use a system-assigned identity.

keyVaultUrl?: string

URL pointing to the Azure Key Vault secret that holds the certificate.