CertificateOperation Class

A certificate operation is returned in case of asynchronous requests.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
CertificateOperation

Constructor

CertificateOperation(*, issuer_parameters=None, csr: Optional[bytearray] = None, cancellation_requested: Optional[bool] = None, status: Optional[str] = None, status_details: Optional[str] = None, error=None, target: Optional[str] = None, request_id: Optional[str] = None, **kwargs)

Parameters

issuer_parameters
IssuerParameters
Required

Parameters for the issuer of the X509 component of a certificate.

csr
bytearray
Required

The certificate signing request (CSR) that is being used in the certificate operation.

cancellation_requested
bool
Required

Indicates if cancellation was requested on the certificate operation.

status
str
Required

Status of the certificate operation.

status_details
str
Required

The status details of the certificate operation.

error
Error
Required

Error encountered, if any, during the certificate operation.

target
str
Required

Location which contains the result of the certificate operation.

request_id
str
Required

Identifier for the certificate operation.

Variables

id
str

The certificate id.