ApplicationGatewaySslPredefinedPolicy Class

An Ssl predefined policy.

Inheritance
azure.mgmt.network.models._models_py3.SubResource
ApplicationGatewaySslPredefinedPolicy

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
str

Resource ID.

name
str

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".

Variables

Name Description
id
str

Resource ID.

name
str

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".