Share via


CertificateKeyVaultProperties Class

Properties for a certificate stored in a Key Vault.

Constructor

CertificateKeyVaultProperties(*, identity: str | None = None, key_vault_url: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
identity
str

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

Default value: None
key_vault_url
str

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

Default value: None

Variables

Name Description
identity
str

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

key_vault_url
str

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