ApplicationGatewaySslPredefinedPolicy Class
An Ssl predefined policy.
Constructor
ApplicationGatewaySslPredefinedPolicy(*, id: str | None = None, name: str | None = None, cipher_suites: List[str | _models.ApplicationGatewaySslCipherSuite] | None = None, min_protocol_version: str | _models.ApplicationGatewaySslProtocol | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
Resource ID. Default value: None
|
name
|
Name of the Ssl predefined policy. Default value: None
|
cipher_suites
|
Ssl cipher suites to be enabled in the specified order for application gateway. Default value: None
|
min_protocol_version
|
Minimum version of Ssl protocol to be supported on application gateway. Known values are: "TLSv1_0", "TLSv1_1", "TLSv1_2", and "TLSv1_3". Default value: None
|
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
Name of the Ssl predefined policy. |
cipher_suites
|
Ssl cipher suites to be enabled in the specified order for application gateway. |
min_protocol_version
|
Minimum version of Ssl protocol to be supported on application gateway. Known values are: "TLSv1_0", "TLSv1_1", "TLSv1_2", and "TLSv1_3". |