ApplicationGatewaySslProfile interface

SSL profile of an application gateway.

Extends

Properties

clientAuthConfiguration

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.

provisioningState

The provisioning state of the HTTP listener resource. NOTE: This property will not be serialized. It can only be populated by the server.

sslPolicy

SSL policy of the application gateway resource.

trustedClientCertificates

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

Inherited Property Details

id

Resource ID.

id?: string

Property Value

string

Inherited From SubResource.id