GetApplicationGatewaySslProfile

data class GetApplicationGatewaySslProfile(val id: String, val name: String, val sslPolicies: List<GetApplicationGatewaySslProfileSslPolicy>, val trustedClientCertificateNames: List<String>, val verifyClientCertificateIssuerDn: Boolean, val verifyClientCertificateRevocation: String)

Constructors

Link copied to clipboard
constructor(id: String, name: String, sslPolicies: List<GetApplicationGatewaySslProfileSslPolicy>, trustedClientCertificateNames: List<String>, verifyClientCertificateIssuerDn: Boolean, verifyClientCertificateRevocation: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The ID of the Rewrite Rule Set

Link copied to clipboard

The name of this Application Gateway.

Link copied to clipboard

a ssl_policy block as defined below.

Link copied to clipboard

The name of the Trusted Client Certificate that will be used to authenticate requests from clients.

Link copied to clipboard

The method used to check client certificate revocation status.