你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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.