ApplicationGatewayAuthenticationCertificateArgs

data class ApplicationGatewayAuthenticationCertificateArgs(val data: Output<String>, val id: Output<String>? = null, val name: Output<String>) : ConvertibleToJava<ApplicationGatewayAuthenticationCertificateArgs>

Constructors

constructor(data: Output<String>, id: Output<String>? = null, name: Output<String>)

Properties

Link copied to clipboard
val data: Output<String>

The contents of the Authentication Certificate which should be used.

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

The ID of the Rewrite Rule Set

Link copied to clipboard
val name: Output<String>

The Name of the Authentication Certificate to use.

Functions

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