ClientCertAuthentication Class
ClientCertAuthentication.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.scheduler.models._models_py3.HttpAuthenticationClientCertAuthentication
Constructor
ClientCertAuthentication(*, password: str | None = None, pfx: str | None = None, certificate_thumbprint: str | None = None, certificate_expiration_date: datetime | None = None, certificate_subject_name: str | None = None, **kwargs)
Parameters
Name | Description |
---|---|
type
Required
|
Required. Gets or sets the HTTP authentication type.Constant filled by server. Possible values include: "NotSpecified", "ClientCertificate", "ActiveDirectoryOAuth", "Basic". |
password
Required
|
Gets or sets the certificate password, return value will always be empty. |
pfx
Required
|
Gets or sets the pfx certificate. Accepts certification in base64 encoding, return value will always be empty. |
certificate_thumbprint
Required
|
Gets or sets the certificate thumbprint. |
certificate_expiration_date
Required
|
Gets or sets the certificate expiration date. |
certificate_subject_name
Required
|
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
|
|
Azure SDK for Python