VpnServerConfigurationClientRevokedCertificateArgs

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

Constructors

Functions

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

Properties

Link copied to clipboard
val name: Output<String>

A name used to uniquely identify this certificate.

Link copied to clipboard
val thumbprint: Output<String>

The Thumbprint of the Certificate.