CertificateOperation interface
A certificate operation is returned in case of asynchronous requests.
Properties
cancellation |
Indicates if cancellation was requested on the certificate operation. |
certificate |
Indicates if the certificates generated under this policy should be published to certificate transparency logs. |
certificate |
Type of certificate to be requested from the issuer provider. |
csr | The certificate signing request (CSR) that is being used in the certificate operation. |
error | Error encountered, if any, during the certificate operation. |
id | The certificate id. NOTE: This property will not be serialized. It can only be populated by the server. |
issuer |
Name of the referenced issuer object or reserved names; for example, 'Self' or 'Unknown'. |
name | The name of certificate. |
request |
Identifier for the certificate operation. |
status | Status of the certificate operation. |
status |
The status details of the certificate operation. |
target | Location which contains the result of the certificate operation. |
vault |
The vault URI. |
Property Details
cancellationRequested
Indicates if cancellation was requested on the certificate operation.
cancellationRequested?: boolean
Property Value
boolean
certificateTransparency
Indicates if the certificates generated under this policy should be published to certificate transparency logs.
certificateTransparency?: boolean
Property Value
boolean
certificateType
Type of certificate to be requested from the issuer provider.
certificateType?: string
Property Value
string
csr
The certificate signing request (CSR) that is being used in the certificate operation.
csr?: Uint8Array
Property Value
Uint8Array
error
Error encountered, if any, during the certificate operation.
error?: CertificateOperationError
Property Value
id
The certificate id. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
issuerName
Name of the referenced issuer object or reserved names; for example, 'Self' or 'Unknown'.
issuerName?: string
Property Value
string
name
The name of certificate.
name?: string
Property Value
string
requestId
Identifier for the certificate operation.
requestId?: string
Property Value
string
status
Status of the certificate operation.
status?: string
Property Value
string
statusDetails
The status details of the certificate operation.
statusDetails?: string
Property Value
string
target
Location which contains the result of the certificate operation.
target?: string
Property Value
string
vaultUrl
The vault URI.
vaultUrl?: string
Property Value
string