Share via


ApplicationGatewaySslProfile Class

SSL profile of an application gateway.

Variables are only populated by the server, and will be ignored when sending a request.

Constructor

ApplicationGatewaySslProfile(*, id: str | None = None, name: str | None = None, trusted_client_certificates: List[_models.SubResource] | None = None, ssl_policy: _models.ApplicationGatewaySslPolicy | None = None, client_auth_configuration: _models.ApplicationGatewayClientAuthConfiguration | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
id
str

Resource ID.

Default value: None
name
str

Name of the SSL profile that is unique within an Application Gateway.

Default value: None
trusted_client_certificates

Array of references to application gateway trusted client certificates.

Default value: None
ssl_policy

SSL policy of the application gateway resource.

Default value: None
client_auth_configuration

Client authentication configuration of the application gateway resource.

Default value: None

Variables

Name Description
id
str

Resource ID.

name
str

Name of the SSL profile that is unique within an Application Gateway.

etag
str

A unique read-only string that changes whenever the resource is updated.

type
str

Type of the resource.

trusted_client_certificates

Array of references to application gateway trusted client certificates.

ssl_policy

SSL policy of the application gateway resource.

client_auth_configuration

Client authentication configuration of the application gateway resource.

provisioning_state

The provisioning state of the HTTP listener resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".