User

@JsonSerializable
data class User(val Username: Username? = null, val UserStatus: UserStatus? = null, val Enabled: Boolean? = null, val Attributes: List<AttributeType>? = null, val MFAOptions: List<MFAOptions>? = null, val UserCreateDate: Timestamp? = null, val UserLastModifiedDate: Timestamp? = null)

Constructors

Link copied to clipboard
constructor(Username: Username? = null, UserStatus: UserStatus? = null, Enabled: Boolean? = null, Attributes: List<AttributeType>? = null, MFAOptions: List<MFAOptions>? = null, UserCreateDate: Timestamp? = null, UserLastModifiedDate: Timestamp? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val Enabled: Boolean? = null
Link copied to clipboard
val MFAOptions: List<MFAOptions>? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val Username: Username? = null
Link copied to clipboard
val UserStatus: UserStatus? = null