GetUserResult

data class GetUserResult(val addresses: List<GetUserAddress>, val alternateIdentifier: GetUserAlternateIdentifier? = null, val displayName: String, val emails: List<GetUserEmail>, val externalIds: List<GetUserExternalId>, val filter: GetUserFilter? = null, val id: String, val identityStoreId: String, val locale: String, val names: List<GetUserName>, val nickname: String, val phoneNumbers: List<GetUserPhoneNumber>, val preferredLanguage: String, val profileUrl: String, val timezone: String, val title: String, val userId: String, val userName: String, val userType: String)

A collection of values returned by getUser.

Constructors

Link copied to clipboard
constructor(addresses: List<GetUserAddress>, alternateIdentifier: GetUserAlternateIdentifier? = null, displayName: String, emails: List<GetUserEmail>, externalIds: List<GetUserExternalId>, filter: GetUserFilter? = null, id: String, identityStoreId: String, locale: String, names: List<GetUserName>, nickname: String, phoneNumbers: List<GetUserPhoneNumber>, preferredLanguage: String, profileUrl: String, timezone: String, title: String, userId: String, userName: String, userType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of details about the user's address.

Link copied to clipboard

The name that is typically displayed when the user is referenced.

Link copied to clipboard

List of details about the user's email.

Link copied to clipboard

List of identifiers issued to this resource by an external identity provider.

Link copied to clipboard
val filter: GetUserFilter? = null
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard

The user's geographical region or location.

Link copied to clipboard

Details about the user's full name.

Link copied to clipboard

An alternate name for the user.

Link copied to clipboard

List of details about the user's phone number.

Link copied to clipboard

The preferred language of the user.

Link copied to clipboard

An URL that may be associated with the user.

Link copied to clipboard

The user's time zone.

Link copied to clipboard

The user's title.

Link copied to clipboard
Link copied to clipboard

User's user name value.

Link copied to clipboard

The user type.