ApplicationGatewaySslProfile

data class ApplicationGatewaySslProfile(val id: String? = null, val name: String, val sslPolicy: ApplicationGatewaySslProfileSslPolicy? = null, val trustedClientCertificateNames: List<String>? = null, val verifyClientCertIssuerDn: Boolean? = null, val verifyClientCertificateRevocation: String? = null)

Constructors

Link copied to clipboard
constructor(id: String? = null, name: String, sslPolicy: ApplicationGatewaySslProfileSslPolicy? = null, trustedClientCertificateNames: List<String>? = null, verifyClientCertIssuerDn: Boolean? = null, verifyClientCertificateRevocation: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

The ID of the Rewrite Rule Set

Link copied to clipboard

The name of the SSL Profile that is unique within 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

Specify the method to check client certificate revocation status. Possible value is OCSP.

Link copied to clipboard

Should client certificate issuer DN be verified? Defaults to false.