ApplicationGatewaySslProfile interface
SSL profile of an application gateway.
- Extends
Properties
client |
Client authentication configuration of the application gateway resource. |
etag | A unique read-only string that changes whenever the resource is updated. NOTE: This property will not be serialized. It can only be populated by the server. |
name | Name of the SSL profile that is unique within an Application Gateway. |
provisioning |
The provisioning state of the HTTP listener resource. NOTE: This property will not be serialized. It can only be populated by the server. |
ssl |
SSL policy of the application gateway resource. |
trusted |
Array of references to application gateway trusted client certificates. |
type | Type of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
id | Resource ID. |
Property Details
clientAuthConfiguration
Client authentication configuration of the application gateway resource.
clientAuthConfiguration?: ApplicationGatewayClientAuthConfiguration
Property Value
etag
A unique read-only string that changes whenever the resource is updated. NOTE: This property will not be serialized. It can only be populated by the server.
etag?: string
Property Value
string
name
Name of the SSL profile that is unique within an Application Gateway.
name?: string
Property Value
string
provisioningState
The provisioning state of the HTTP listener resource. NOTE: This property will not be serialized. It can only be populated by the server.
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[]
Property Value
type
Type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string