Content TrustedCertificates ListResult
Content TrustedCertificates ListResult
The Content TrustedCertificates ListResult schema contains list of Summary of the trusted certificates, see GET /content/trusted-certificates.
This schema was added in vSphere API 7.0.3.0.
JSON Example
{
"certificates": [
{
"certificate": "string",
"cert_text": "string"
}
]
}
array of
Content TrustedCertificates Summary
certificates
Required
List of certificates.
This property was added in vSphere API 7.0.3.0.