GetUserResponse

Types

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

Properties

Link copied to clipboard

The first name of the user.

Link copied to clipboard

Indicates whether the user has administrator privileges in the network.

Link copied to clipboard

The timestamp of the user's last activity in the network, specified in epoch seconds.

Link copied to clipboard

The timestamp of the user's last login to the network, specified in epoch seconds.

Link copied to clipboard

The last name of the user.

Link copied to clipboard

A list of security group IDs to which the user belongs.

Link copied to clipboard
val status: Int?

The current status of the user (1 for pending, 2 for active).

Link copied to clipboard

Indicates whether the user is currently suspended.

Link copied to clipboard

The unique identifier of the user.

Link copied to clipboard

The email address or username of the user.

Functions

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