CloudServiceVaultCertificate Class
Describes a single certificate reference in a Key Vault, and where the certificate should reside on the role instance.
Constructor
CloudServiceVaultCertificate(*, certificate_url: str | None = None, is_bootstrap_certificate: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
certificate_url
|
This is the URL of a certificate that has been uploaded to Key Vault as a secret. |
is_bootstrap_certificate
|
Flag indicating if the certificate provided is a bootstrap certificate to be used by the Key Vault Extension to fetch the remaining certificates. |
Variables
Name | Description |
---|---|
certificate_url
|
This is the URL of a certificate that has been uploaded to Key Vault as a secret. |
is_bootstrap_certificate
|
Flag indicating if the certificate provided is a bootstrap certificate to be used by the Key Vault Extension to fetch the remaining certificates. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python