Application Gateway Ssl Policy Args
data class ApplicationGatewaySslPolicyArgs(val cipherSuites: Output<List<String>>? = null, val disabledProtocols: Output<List<String>>? = null, val minProtocolVersion: Output<String>? = null, val policyName: Output<String>? = null, val policyType: Output<String>? = null) : ConvertibleToJava<ApplicationGatewaySslPolicyArgs>
Constructors
Properties
Link copied to clipboard
Link copied to clipboard
A list of SSL Protocols which should be disabled on this Application Gateway. Possible values are TLSv1_0, TLSv1_1, TLSv1_2 and TLSv1_3.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The Type of the Policy. Possible values are Predefined, Custom and CustomV2.