TrustedCertificatesListResult

The TrustedCertificates.ListResult structure contains list of Summary of the trusted certificates, see TrustedCertificates.list.


Properties

certificates Required

List of certificates.

JSON Example

{
	"certificates": [
		{
			"cert_text": "string",
			"certificate": "string"
		}
	]
}

Feedback

Was this page helpful?