ApplicationGatewaySslProfileArgs

data class ApplicationGatewaySslProfileArgs(val clientAuthConfiguration: Output<ApplicationGatewayClientAuthConfigurationArgs>? = null, val id: Output<String>? = null, val name: Output<String>? = null, val sslPolicy: Output<ApplicationGatewaySslPolicyArgs>? = null, val trustedClientCertificates: Output<List<SubResourceArgs>>? = null) : ConvertibleToJava<ApplicationGatewaySslProfileArgs>

SSL profile of an application gateway.

Constructors

Link copied to clipboard
constructor(clientAuthConfiguration: Output<ApplicationGatewayClientAuthConfigurationArgs>? = null, id: Output<String>? = null, name: Output<String>? = null, sslPolicy: Output<ApplicationGatewaySslPolicyArgs>? = null, trustedClientCertificates: Output<List<SubResourceArgs>>? = null)

Properties

Link copied to clipboard

Client authentication configuration of the application gateway resource.

Link copied to clipboard
val id: Output<String>? = null

Resource ID.

Link copied to clipboard
val name: Output<String>? = null

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

Link copied to clipboard

SSL policy of the application gateway resource.

Link copied to clipboard

Array of references to application gateway trusted client certificates.

Functions

Link copied to clipboard
open override fun toJava(): ApplicationGatewaySslProfileArgs