CertificateManagementVcenterTrustedRootChainsListResponseBody
This is a response body class for an operation.
Properties
value
Optional
List of trusted root certificate chains summaries.
JSON Example
{
"value": [
{
"chain": "string"
}
]
}