User

class User

A user object that contains identifying information and attributes for a specified user.

Types

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

Properties

Link copied to clipboard
Link copied to clipboard

The email address of the user.

Link copied to clipboard

Indicates whether the user account is active.

Link copied to clipboard

The first name of the user.

Link copied to clipboard

An expression that includes one or more attributes, data types, and values of a user.

Link copied to clipboard

The name of the user.

Link copied to clipboard
val sid: String?

The unique security identifier (SID) of the user.

Link copied to clipboard

The last name of the user.

Link copied to clipboard

The UPN that is an internet-style login name for a user and based on the internet standard RFC 822. The UPN is shorter than the distinguished name and easier to remember.

Functions

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