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

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

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.

Functions

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