UserType

class UserType

A user profile in a Amazon Cognito user pool.

Types

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

Properties

Link copied to clipboard

A container with information about the user type attributes.

Link copied to clipboard

Specifies whether the user is enabled.

Link copied to clipboard

The MFA options for the user.

Link copied to clipboard

The creation date of the user.

Link copied to clipboard

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

Link copied to clipboard

The user name of the user you want to describe.

Link copied to clipboard

The user status. This can be one of the following:

Functions

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