CreateUserRequest

Types

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

Properties

Link copied to clipboard

A unique and case-sensitive identifier that you provide to make sure the idempotency of the request, so multiple identical calls have the same effect as one single call.

Link copied to clipboard

The identifier (ID) of the directory that’s associated with the user.

Link copied to clipboard

The email address of the user.

Link copied to clipboard

The first name of the user.

Link copied to clipboard

An expression that defines one or more attribute names with the data type and value of each attribute. A key is an attribute name, and the value is a list of maps. For a list of supported attributes, see Directory Service Data Attributes.

Link copied to clipboard

The name of the user.

Link copied to clipboard

The last name of the user.

Functions

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