Get Gateway Certificate Authority Result
data class GetGatewayCertificateAuthorityResult(val id: String, val isTrusted: Boolean? = null, val name: String, val type: String)
Gateway certificate authority details.