ApplicationGatewaySslPolicy interface
Application Gateway Ssl policy.
Properties
cipher |
Ssl cipher suites to be enabled in the specified order to application gateway. |
disabled |
Ssl protocols to be disabled on application gateway. |
min |
Minimum version of Ssl protocol to be supported on application gateway. |
policy |
Name of Ssl predefined policy. |
policy |
Type of Ssl Policy. |
Property Details
cipherSuites
Ssl cipher suites to be enabled in the specified order to application gateway.
cipherSuites?: string[]
Property Value
string[]
disabledSslProtocols
Ssl protocols to be disabled on application gateway.
disabledSslProtocols?: string[]
Property Value
string[]
minProtocolVersion
Minimum version of Ssl protocol to be supported on application gateway.
minProtocolVersion?: string
Property Value
string
policyName
Name of Ssl predefined policy.
policyName?: string
Property Value
string
policyType
Type of Ssl Policy.
policyType?: string
Property Value
string