ApplicationGatewaySslProfileResponse

data class ApplicationGatewaySslProfileResponse(val clientAuthConfiguration: ApplicationGatewayClientAuthConfigurationResponse? = null, val etag: String, val id: String? = null, val name: String? = null, val provisioningState: String, val sslPolicy: ApplicationGatewaySslPolicyResponse? = null, val trustedClientCertificates: List<SubResourceResponse>? = null, val type: String)

SSL profile of an application gateway.

Constructors

Link copied to clipboard
constructor(clientAuthConfiguration: ApplicationGatewayClientAuthConfigurationResponse? = null, etag: String, id: String? = null, name: String? = null, provisioningState: String, sslPolicy: ApplicationGatewaySslPolicyResponse? = null, trustedClientCertificates: List<SubResourceResponse>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Client authentication configuration of the application gateway resource.

Link copied to clipboard

A unique read-only string that changes whenever the resource is updated.

Link copied to clipboard
val id: String? = null

Resource ID.

Link copied to clipboard
val name: String? = null

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

Link copied to clipboard

The provisioning state of the HTTP listener resource.

Link copied to clipboard

SSL policy of the application gateway resource.

Link copied to clipboard

Array of references to application gateway trusted client certificates.

Link copied to clipboard

Type of the resource.