Revocation interface
Revocation details of the certificate.
Properties
effective |
The timestamp when the revocation is effective. |
failure |
Reason for the revocation failure. |
reason | Reason for revocation. |
remarks | Remarks for the revocation. |
requested |
The timestamp when the revocation is requested. |
status | Status of the revocation. |
Property Details
effectiveAt
The timestamp when the revocation is effective.
effectiveAt?: Date
Property Value
Date
failureReason
Reason for the revocation failure.
failureReason?: string
Property Value
string
reason
Reason for revocation.
reason?: string
Property Value
string
remarks
Remarks for the revocation.
remarks?: string
Property Value
string
requestedAt
The timestamp when the revocation is requested.
requestedAt?: Date
Property Value
Date
status
Status of the revocation.
status?: string
Property Value
string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript