CertificateAuthority_Certificate_GenCert_RequestBody
CertificateAuthority_Certificate_GenCert_RequestBody
This is a request body class for an operation.
JSON Example
{
"spec": {
"key_size": 0,
"common_name": "string",
"organization": "string",
"organization_unit": "string",
"locality": "string",
"state_or_province": "string",
"country": "string",
"email_address": "string",
"ip_address": "string",
"hostname": "string",
"validity": 0
}
}
spec
Required
The information needed to generate the signed certificate.