GetUsersUser

data class GetUsersUser(val createTime: String, val description: String, val directoryId: String, val displayName: String, val email: String, val firstName: String, val id: String, val lastName: String, val mfaDevices: List<GetUsersUserMfaDevice>, val provisionType: String, val status: String, val userId: String, val userName: String)

Constructors

Link copied to clipboard
constructor(createTime: String, description: String, directoryId: String, displayName: String, email: String, firstName: String, id: String, lastName: String, mfaDevices: List<GetUsersUserMfaDevice>, provisionType: String, status: String, userId: String, userName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The create time of the user.

Link copied to clipboard

The description of user.

Link copied to clipboard

The ID of the Directory.

Link copied to clipboard

The display name of user.

Link copied to clipboard

The User's Contact Email Address.

Link copied to clipboard

The first name of user.

Link copied to clipboard
val id: String

The ID of the User.

Link copied to clipboard

The last name of user.

Link copied to clipboard

The List of MFA Device for User.

Link copied to clipboard

ProvisionType.

Link copied to clipboard

User status. Valid values: Enabled and Disabled.

Link copied to clipboard

The User ID of the group.

Link copied to clipboard

The name of user.