ClientVpnConnection

Describes a client connection.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The IP address of the client.

Link copied to clipboard

The ID of the Client VPN endpoint to which the client is connected.

Link copied to clipboard

The common name associated with the client. This is either the name of the client certificate, or the Active Directory user name.

Link copied to clipboard

The date and time the client connection was terminated.

Link copied to clipboard

The date and time the client connection was established.

Link copied to clipboard

The ID of the client connection.

Link copied to clipboard

The number of bytes received by the client.

Link copied to clipboard

The number of packets received by the client.

Link copied to clipboard

The number of bytes sent by the client.

Link copied to clipboard

The number of packets sent by the client.

Link copied to clipboard

The statuses returned by the client connect handler for posture compliance, if applicable.

Link copied to clipboard

The current state of the client connection.

Link copied to clipboard

The current date and time.

Link copied to clipboard

The username of the client who established the client connection. This information is only provided if Active Directory client authentication is used.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String