TrustedCertificatesListResult
The TrustedCertificates.ListResult structure contains list of Summary of the trusted certificates, see TrustedCertificates.list.
Properties
JSON Example
{
"certificates": [
{
"cert_text": "string",
"certificate": "string"
}
]
}