CertificateManagementVcenterTlsReplaceVmcaSignedRequestBody
This is a request body class for an operation.
Properties
spec
Required
The information needed to generate VMCA signed Machine SSL
JSON Example
{
"spec": {
"country": "string",
"email_address": "string",
"locality": "string",
"organization": "string",
"organization_unit": "string",
"state_or_province": "string"
}
}