GetUserResponse

Represents the response from the server from the request to get information about the user.

Types

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

Properties

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 representing user attributes.

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 name of the user that you requested.

Functions

Link copied to clipboard
inline fun copy(block: GetUserResponse.Builder.() -> Unit = {}): GetUserResponse
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