TrustedCertificatesCreateSpec
The TrustedCertificates.CreateSpec structure is the specification used to create a trusted certificate, see TrustedCertificates.create.
Properties
string
cert_text
Required
A certText is the certificate in Base64 encoded PEM format. The input must be a single line string with escape sequence for new-lines.
JSON Example
{
"cert_text": "string"
}