Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CertificateOperation

Package version

A certificate operation is returned in case of asynchronous requests.

Hierarchy

  • CertificateOperation

Index

Properties

Optional cancellationRequested

cancellationRequested: undefined | false | true

Indicates if cancellation was requested on the certificate operation.

Optional certificateTransparency

certificateTransparency: undefined | false | true

Indicates if the certificates generated under this policy should be published to certificate transparency logs.

Optional certificateType

certificateType: undefined | string

Type of certificate to be requested from the issuer provider.

Optional csr

csr: Uint8Array

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

Optional error

Error encountered, if any, during the certificate operation.

Optional id

id: undefined | string

The certificate id. NOTE: This property will not be serialized. It can only be populated by the server.

Optional issuerName

issuerName: undefined | string

Name of the referenced issuer object or reserved names; for example, 'Self' or 'Unknown'.

Optional name

name: undefined | string

The name of certificate.

Optional requestId

requestId: undefined | string

Identifier for the certificate operation.

Optional status

status: undefined | string

Status of the certificate operation.

Optional statusDetails

statusDetails: undefined | string

The status details of the certificate operation.

Optional target

target: undefined | string

Location which contains the result of the certificate operation.

Optional vaultUrl

vaultUrl: undefined | string

The vault URI.

Generated using TypeDoc