UserSummary

A structure containing a subset of the fields of a user object from a directory.

Types

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

Properties

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

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.

Functions

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