ApplicationGatewaySslPredefinedPolicy interface
An Ssl predefined policy.
- Extends
Properties
cipher |
Ssl cipher suites to be enabled in the specified order for application gateway. |
min |
Minimum version of Ssl protocol to be supported on application gateway. |
name | Name of the Ssl predefined policy. |
Inherited Properties
id | Resource ID. |
Property Details
cipherSuites
Ssl cipher suites to be enabled in the specified order for application gateway.
cipherSuites?: string[]
Property Value
string[]
minProtocolVersion
Minimum version of Ssl protocol to be supported on application gateway.
minProtocolVersion?: string
Property Value
string
name
Name of the Ssl predefined policy.
name?: string
Property Value
string