CertificateManagementVcenterTrustedRootChainsCreateRequestBody
This is a request body class for an operation.
Properties
spec
Required
The information needed to create a trusted root certificate chain.
JSON Example
{
"spec": {
"cert_chain": {
"cert_chain": [
"string"
]
}
}
}