Builder

class Builder

Properties

Link copied to clipboard

The physical address of the user.

Link copied to clipboard

The display name of the user.

Link copied to clipboard

The email address of the user.

Link copied to clipboard

A list of ExternalId objects that contains the identifiers issued to this resource by an external identity provider.

Link copied to clipboard

The globally unique identifier for the identity store.

Link copied to clipboard

A string containing the geographical region or location of the user.

Link copied to clipboard
var name: Name?

The name of the user.

Link copied to clipboard

An alternative descriptive name for the user.

Link copied to clipboard

A list of PhoneNumber objects associated with a user.

Link copied to clipboard

The preferred language of the user.

Link copied to clipboard

A URL link for the user's profile.

Link copied to clipboard

The time zone for a user.

Link copied to clipboard

A string containing the title of the user.

Link copied to clipboard

The identifier for a user in the identity store.

Link copied to clipboard

A unique string used to identify the user. The length limit is 128 characters. This value can consist of letters, accented characters, symbols, numbers, and punctuation. This value is specified at the time the user is created and stored as an attribute of the user object in the identity store.

Link copied to clipboard

A string indicating the type of user.

Functions

Link copied to clipboard
fun name(block: Name.Builder.() -> Unit)