Application Gateway Ssl Profile
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)
Properties
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
.