ServerCertificateCommonNames Class

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

Inheritance
ServerCertificateCommonNames

Constructor

ServerCertificateCommonNames(*, common_names: Optional[List[azure.mgmt.servicefabric.models._models_py3.ServerCertificateCommonName]] = None, x509_store_name: Optional[Union[str, azure.mgmt.servicefabric.models._service_fabric_management_client_enums.StoreName]] = None, **kwargs)

Parameters

common_names
list[ServerCertificateCommonName]
Required

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

x509_store_name
str or StoreName
Required

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