CertificateDescription Class

Describes the certificate details.

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

Inheritance
CertificateDescription

Constructor

CertificateDescription(*, thumbprint: str, thumbprint_secondary: Optional[str] = None, x509_store_name: Optional[Union[str, azure.mgmt.servicefabric.models._service_fabric_management_client_enums.StoreName]] = None, **kwargs)

Parameters

thumbprint
str
Required

Required. Thumbprint of the primary certificate.

thumbprint_secondary
str
Required

Thumbprint of the secondary certificate.

x509_store_name
str or StoreName
Required

The local certificate store location. Possible values include: "AddressBook", "AuthRoot", "CertificateAuthority", "Disallowed", "My", "Root", "TrustedPeople", "TrustedPublisher".