ApplicationGatewaySslProfilePropertiesFormat interface
Properties of SSL profile of an application gateway.
Properties
| client |
Client authentication configuration of the application gateway resource. |
| provisioning |
The provisioning state of the HTTP listener resource. |
| ssl |
SSL policy of the application gateway resource. |
| trusted |
Array of references to application gateway trusted client certificates. |
Property Details
clientAuthConfiguration
Client authentication configuration of the application gateway resource.
clientAuthConfiguration?: ApplicationGatewayClientAuthConfiguration
Property Value
provisioningState
The provisioning state of the HTTP listener resource.
provisioningState?: string
Property Value
string
sslPolicy
SSL policy of the application gateway resource.
sslPolicy?: ApplicationGatewaySslPolicy
Property Value
trustedClientCertificates
Array of references to application gateway trusted client certificates.
trustedClientCertificates?: SubResource[]