TrustedCertificates_Summary

TrustedCertificates_Summary
TrustedCertificates_Summary

The TrustedCertificates.Summary structure contains a trusted certificate summary.

JSON Example
{
    "certificate": "string",
    "cert_text": "string"
}
string
certificate
Required

Unique identifier for the certificate. It is the TrustStore alias of the certificate. The alias is the SHA256 hash of the raw certificate data. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.content.TrustedCertificate. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.content.TrustedCertificate.

string
cert_text
Required

Certificate in Base64 encoded PEM format..