TrustedCertificatesSummary

The TrustedCertificates.Summary structure contains a trusted certificate summary.


Properties

string
cert_text Required

Certificate in Base64 encoded PEM format..


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.

JSON Example

{
	"cert_text": "string",
	"certificate": "string"
}

Feedback

Was this page helpful?