InlineCrlObjectData1
InlineCrlObjectData1
JSON Example
{
"crl_type": "string",
"one_crl": "string",
"pem_encoded": "string"
}
string
crl_type
Optional
Constraints:
default: X509
The type of the CRL. It can be "OneCRL" or "X509" (default).
Possible values are :
OneCRL,
X509,
string
one_crl
Optional
JSON-encoded OneCRL-like object
string
pem_encoded
Optional
PEM encoded CRL data.