ApplicationGatewaySslProfileSslPolicyArgs

data class ApplicationGatewaySslProfileSslPolicyArgs(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<ApplicationGatewaySslProfileSslPolicyArgs>

Constructors

constructor(cipherSuites: Output<List<String>>? = null, disabledProtocols: Output<List<String>>? = null, minProtocolVersion: Output<String>? = null, policyName: Output<String>? = null, policyType: Output<String>? = null)

Properties

Link copied to clipboard
val cipherSuites: Output<List<String>>? = null
Link copied to clipboard
val disabledProtocols: Output<List<String>>? = null

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
val minProtocolVersion: Output<String>? = null
Link copied to clipboard
val policyName: Output<String>? = null
Link copied to clipboard
val policyType: Output<String>? = null

The Type of the Policy. Possible values are Predefined, Custom and CustomV2.

Functions

Link copied to clipboard
open override fun toJava(): ApplicationGatewaySslProfileSslPolicyArgs