Application Gateway Ssl Policy Args
data class ApplicationGatewaySslPolicyArgs(val cipherSuites: Output<List<Either<String, ApplicationGatewaySslCipherSuite>>>? = null, val disabledSslProtocols: Output<List<Either<String, ApplicationGatewaySslProtocol>>>? = null, val minProtocolVersion: Output<Either<String, ApplicationGatewaySslProtocol>>? = null, val policyName: Output<Either<String, ApplicationGatewaySslPolicyName>>? = null, val policyType: Output<Either<String, ApplicationGatewaySslPolicyType>>? = null) : ConvertibleToJava<ApplicationGatewaySslPolicyArgs>
Application Gateway Ssl policy.
Constructors
Link copied to clipboard
constructor(cipherSuites: Output<List<Either<String, ApplicationGatewaySslCipherSuite>>>? = null, disabledSslProtocols: Output<List<Either<String, ApplicationGatewaySslProtocol>>>? = null, minProtocolVersion: Output<Either<String, ApplicationGatewaySslProtocol>>? = null, policyName: Output<Either<String, ApplicationGatewaySslPolicyName>>? = null, policyType: Output<Either<String, ApplicationGatewaySslPolicyType>>? = null)
Properties
Link copied to clipboard
Ssl cipher suites to be enabled in the specified order to application gateway.
Link copied to clipboard
Ssl protocols to be disabled on application gateway.
Link copied to clipboard
Minimum version of Ssl protocol to be supported on application gateway.
Link copied to clipboard
Name of Ssl predefined policy.
Link copied to clipboard
Type of Ssl Policy.