Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
CertificateOperation interface
- Package:
- @azure/keyvault-certificates
A certificate operation is returned in case of asynchronous requests.
Properties
| cancellationRequested | Indicates if cancellation was requested on the certificate operation. |
| certificateTransparency | Indicates if the certificates generated under this policy should be published to certificate transparency logs. |
| certificateType | 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. |
| issuerName | Name of the referenced issuer object or reserved names; for example, 'Self' or 'Unknown'. |
| name | The name of certificate. |
| requestId | Identifier for the certificate operation. |
| status | Status of the certificate operation. |
| statusDetails | The status details of the certificate operation. |
| target | Location which contains the result of the certificate operation. |
| vaultUrl | 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
