Session

class Session

Information about a secure browser session.

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 end time of the session.

Link copied to clipboard

The ARN of the web portal.

Link copied to clipboard

The ID of the session.

Link copied to clipboard

The start time of the session.

Link copied to clipboard

The status of the session.

Link copied to clipboard

The username of the session.

Functions

Link copied to clipboard
inline fun copy(block: Session.Builder.() -> Unit = {}): Session
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