CertificateCreateOrUpdateParameters Class

The parameters supplied to the create or update or replace certificate operation.

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

Inheritance
CertificateCreateOrUpdateParameters

Constructor

CertificateCreateOrUpdateParameters(*, name: str, base64_value: str, description: Optional[str] = None, thumbprint: Optional[str] = None, is_exportable: Optional[bool] = None, **kwargs)

Parameters

name
str
Required

Required. Gets or sets the name of the certificate.

base64_value
str
Required

Required. Gets or sets the base64 encoded value of the certificate.

description
str
Required

Gets or sets the description of the certificate.

thumbprint
str
Required

Gets or sets the thumbprint of the certificate.

is_exportable
bool
Required

Gets or sets the is exportable flag of the certificate.