Application Gateway Ssl Profile Args
data class ApplicationGatewaySslProfileArgs(val id: Output<String>? = null, val name: Output<String>, val sslPolicy: Output<ApplicationGatewaySslProfileSslPolicyArgs>? = null, val trustedClientCertificateNames: Output<List<String>>? = null, val verifyClientCertIssuerDn: Output<Boolean>? = null, val verifyClientCertificateRevocation: Output<String>? = null) : ConvertibleToJava<ApplicationGatewaySslProfileArgs>
Constructors
Link copied to clipboard
fun ApplicationGatewaySslProfileArgs(id: Output<String>? = null, name: Output<String>, sslPolicy: Output<ApplicationGatewaySslProfileSslPolicyArgs>? = null, trustedClientCertificateNames: Output<List<String>>? = null, verifyClientCertIssuerDn: Output<Boolean>? = null, verifyClientCertificateRevocation: Output<String>? = null)