CertificateCreateOrUpdateProperties Class

Certificate properties for create operations.

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

Inheritance
azure.mgmt.batch.models._models_py3.CertificateBaseProperties
CertificateCreateOrUpdateProperties

Constructor

CertificateCreateOrUpdateProperties(*, data: str, thumbprint_algorithm: Optional[str] = None, thumbprint: Optional[str] = None, format: Optional[Union[str, azure.mgmt.batch.models._batch_management_client_enums.CertificateFormat]] = None, password: Optional[str] = None, **kwargs)

Variables

thumbprint_algorithm
str

This must match the first portion of the certificate name. Currently required to be 'SHA1'.

thumbprint
str

This must match the thumbprint from the name.

format
str or CertificateFormat

The format of the certificate - either Pfx or Cer. If omitted, the default is Pfx. Possible values include: "Pfx", "Cer".

data
str

Required. The maximum size is 10KB.

password
str

This must not be specified if the certificate format is Cer.