VpnServerConfigVpnClientRevokedCertificateResponse

data class VpnServerConfigVpnClientRevokedCertificateResponse(val name: String? = null, val thumbprint: String? = null)

Properties of the revoked VPN client certificate of VpnServerConfiguration.

Constructors

constructor(name: String? = null, thumbprint: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

The certificate name.

Link copied to clipboard
val thumbprint: String? = null

The revoked VPN client certificate thumbprint.