ApplicationGatewayAuthenticationCertificateArgs

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

Constructors

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

Functions

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

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.