ClientCertAuthentication Class

ClientCertAuthentication.

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

Inheritance
ClientCertAuthentication

Constructor

ClientCertAuthentication(**kwargs)

Parameters

type
str
Required

Required. Constant filled by server.

password
str
Required

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

pfx
str
Required

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

certificate_thumbprint
str
Required

Gets or sets the certificate thumbprint.

certificate_expiration_date
datetime
Required

Gets or sets the certificate expiration date.

certificate_subject_name
str
Required

Gets or sets the certificate subject name.