GetGatewayCertificateAuthorityResult

data class GetGatewayCertificateAuthorityResult(val id: String, val isTrusted: Boolean? = null, val name: String, val type: String)

Gateway certificate authority details.

Constructors

Link copied to clipboard
constructor(id: String, isTrusted: Boolean? = null, name: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard
val isTrusted: Boolean? = null

Determines whether certificate authority is trusted.

Link copied to clipboard

Resource name.

Link copied to clipboard

Resource type for API Management resource.