AdminGetUserResponse

Represents the response from the server from the request to get the specified user as an administrator.

Types

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

Properties

Link copied to clipboard

Indicates whether the user is activated for sign-in.

Link copied to clipboard

This response parameter is no longer supported. It provides information only about SMS MFA configurations. It doesn't provide information about time-based one-time password (TOTP) software token MFA configurations. To look up information about either type of MFA configuration, use UserMFASettingList instead.

Link copied to clipboard

The user's preferred MFA. Users can prefer SMS message, email message, or TOTP MFA.

Link copied to clipboard

An array of name-value pairs of user attributes and their values, for example "email": "[email protected]".

Link copied to clipboard

The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date object.

Link copied to clipboard

The date and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date object.

Link copied to clipboard

The MFA options that are activated for the user. The possible values in this list are SMS_MFA, EMAIL_OTP, and SOFTWARE_TOKEN_MFA.

Link copied to clipboard

The username of the user that you requested.

Link copied to clipboard

The user's status. Can be one of the following:

Functions

Link copied to clipboard
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