ApplicationGatewaySslProfilePropertiesFormat Class
Properties of SSL profile of an application gateway.
Constructor
ApplicationGatewaySslProfilePropertiesFormat(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
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". |
Attributes
client_auth_configuration
Client authentication configuration of the application gateway resource.
client_auth_configuration: _models.ApplicationGatewayClientAuthConfiguration | None
provisioning_state
"Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".
provisioning_state: str | _models.ProvisioningState | None
ssl_policy
SSL policy of the application gateway resource.
ssl_policy: _models.ApplicationGatewaySslPolicy | None
trusted_client_certificates
Array of references to application gateway trusted client certificates.
trusted_client_certificates: list['_models.SubResource'] | None