ClientCertAuthentication Class

ClientCertAuthentication.

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

Inheritance
ClientCertAuthentication

Constructor

ClientCertAuthentication(*, password: str = None, pfx: str = None, certificate_thumbprint: str = None, certificate_expiration_date=None, certificate_subject_name: str = None, **kwargs)

Parameters

Name Description
type
Required
str

Required. Constant filled by server.

password
Required
str

Gets or sets the certificate password, return value will always be empty.

pfx
Required
str

Gets or sets the pfx certificate. Accepts certification in base64 encoding, return value will always be empty.

certificate_thumbprint
Required
str

Gets or sets the certificate thumbprint.

certificate_expiration_date
Required

Gets or sets the certificate expiration date.

certificate_subject_name
Required
str

Gets or sets the certificate subject name.

Keyword-Only Parameters

Name Description
password
Required
pfx
Required
certificate_thumbprint
Required
certificate_expiration_date
Required
certificate_subject_name
Required