VirtualNetworkGatewayVpnClientConfigurationRevokedCertificateArgs

data class VirtualNetworkGatewayVpnClientConfigurationRevokedCertificateArgs(val name: Output<String>, val thumbprint: Output<String>) : ConvertibleToJava<VirtualNetworkGatewayVpnClientConfigurationRevokedCertificateArgs>

Constructors

constructor(name: Output<String>, thumbprint: Output<String>)

Properties

Link copied to clipboard
val name: Output<String>

Specifies the name of the certificate resource.

Link copied to clipboard
val thumbprint: Output<String>

Specifies the public data of the certificate.

Functions

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