Application Gateway Ssl Profile Args
    data class ApplicationGatewaySslProfileArgs(val clientAuthConfiguration: Output<ApplicationGatewayClientAuthConfigurationArgs>? = null, val id: Output<String>? = null, val name: Output<String>? = null, val sslPolicy: Output<ApplicationGatewaySslPolicyArgs>? = null, val trustedClientCertificates: Output<List<SubResourceArgs>>? = null) : ConvertibleToJava<ApplicationGatewaySslProfileArgs> 
SSL profile of an application gateway.
Constructors
Link copied to clipboard
                fun ApplicationGatewaySslProfileArgs(clientAuthConfiguration: Output<ApplicationGatewayClientAuthConfigurationArgs>? = null, id: Output<String>? = null, name: Output<String>? = null, sslPolicy: Output<ApplicationGatewaySslPolicyArgs>? = null, trustedClientCertificates: Output<List<SubResourceArgs>>? = null)