ApplicationGatewayAuthenticationCertificateArgs

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

Authentication certificates of an application gateway.

Constructors

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

Properties

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

Certificate public data.

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

Resource ID.

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

Name of the authentication certificate that is unique within an Application Gateway.

Functions

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