CertificateManagementVcenterVmcaRootCreateRequestBody
This is a request body class for an operation.
Properties
spec
Optional
The information needed to generate VMCA signed Root Certificate. Default values will be set for all null parameters.
JSON Example
{
"spec": {
"common_name": "string",
"country": "string",
"email_address": "string",
"key_size": 0,
"locality": "string",
"organization": "string",
"organization_unit": "string",
"state_or_province": "string",
"subject_alt_name": [
"string"
]
}
}