CrlDistributionPointStatus
CrlDistributionPointStatus
Reference to a CRL Distribution Point where to fetch a CRL
JSON Example
{
"error_message": "string",
"status": "string"
}
string
error_message
Optional
Error message when fetching the CRL failed.
string
status
Optional
Status of the fetched CRL for this CrlDistributionPoint
Possible values are :
NOT_READY,
FETCHING,
READY,
ERROR,