UploadCertificateRequest Class

The upload certificate request.

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

Constructor

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

Keyword-Only Parameters

Name Description
authentication_type

The authentication type. Known values are: "Invalid" and "AzureActiveDirectory".

Default value: None
certificate
str

The base64 encoded certificate raw data. Required.

Variables

Name Description
authentication_type

The authentication type. Known values are: "Invalid" and "AzureActiveDirectory".

certificate
str

The base64 encoded certificate raw data. Required.