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