Vpn Server Config Vpn Client Revoked Certificate Args
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
Link copied to clipboard
fun VpnServerConfigVpnClientRevokedCertificateArgs(name: Output<String>? = null, thumbprint: Output<String>? = null)