CertificateDescription Class

Describes the certificate details.

All required parameters must be populated in order to send to Azure.

Constructor

CertificateDescription(*, thumbprint: str, thumbprint_secondary: str | None = None, x509_store_name: str | _models.StoreName | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
thumbprint
str

Thumbprint of the primary certificate. Required.

thumbprint_secondary
str

Thumbprint of the secondary certificate.

x509_store_name

The local certificate store location. Known values are: "AddressBook", "AuthRoot", "CertificateAuthority", "Disallowed", "My", "Root", "TrustedPeople", and "TrustedPublisher".

Variables

Name Description
thumbprint
str

Thumbprint of the primary certificate. Required.

thumbprint_secondary
str

Thumbprint of the secondary certificate.

x509_store_name

The local certificate store location. Known values are: "AddressBook", "AuthRoot", "CertificateAuthority", "Disallowed", "My", "Root", "TrustedPeople", and "TrustedPublisher".