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.

name

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

provisioningState

The provisioning state of the HTTP listener resource.

sslPolicy

SSL policy of the application gateway resource.

trustedClientCertificates

Array of references to application gateway trusted client certificates.

type

Type of the resource.

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.

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.

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.

type?: string

Property Value

string

Inherited Property Details

id

Resource ID.

id?: string

Property Value

string

Inherited From SubResource.id