UploadCertificateRequest Class

The upload certificate request.

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

Inheritance
msrest.serialization.Model
UploadCertificateRequest

Constructor

UploadCertificateRequest(*, certificate: str, authentication_type: str | AuthenticationType | None = None, **kwargs)

Parameters

Name Description
authentication_type
Required

The authentication type. Possible values include: "Invalid", "AzureActiveDirectory".

certificate
Required
str

Required. The base64 encoded certificate raw data.

Keyword-Only Parameters

Name Description
certificate
Required
authentication_type
Required