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 that the status is enabled.

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 setting.

Link copied to clipboard

An array of name-value pairs representing user attributes.

Link copied to clipboard

The date the user was created.

Link copied to clipboard

The date and time, in ISO 8601 format, when the item was modified.

Link copied to clipboard

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

Link copied to clipboard

The username of the user that you requested.

Link copied to clipboard

The user 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