VpnServerConfigVpnClientRevokedCertificateArgs

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

Properties of the revoked VPN client certificate of VpnServerConfiguration.

Constructors

fun VpnServerConfigVpnClientRevokedCertificateArgs(name: Output<String>? = null, thumbprint: Output<String>? = null)

Functions

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

Properties

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

The certificate name.

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

The revoked VPN client certificate thumbprint.