ServerCertificateCommonNames Class

Describes a list of server certificates referenced by common name that are used to secure the cluster.

Inheritance
azure.mgmt.servicefabric._serialization.Model
ServerCertificateCommonNames

Constructor

ServerCertificateCommonNames(*, common_names: List[_models.ServerCertificateCommonName] | None = None, x509_store_name: str | _models.StoreName | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
common_names

The list of server certificates referenced by common name that are used to secure the cluster.

x509_store_name

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

Variables

Name Description
common_names

The list of server certificates referenced by common name that are used to secure the cluster.

x509_store_name

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