ExistingUser

@JsonSerializable
data class ExistingUser(val Username: Username, val Enabled: Boolean, val PreferredMfaSetting: String?, val UserCreateDate: Timestamp, val UserLastModifiedDate: Timestamp, val UserStatus: UserStatus, val UserAttributes: List<AttributeType> = emptyList(), val MFAOptions: List<MFAOptions>? = null, val UserMFASettingList: List<UserMFASetting>? = null)

Constructors

Link copied to clipboard
constructor(Username: Username, Enabled: Boolean, PreferredMfaSetting: String?, UserCreateDate: Timestamp, UserLastModifiedDate: Timestamp, UserStatus: UserStatus, UserAttributes: List<AttributeType> = emptyList(), MFAOptions: List<MFAOptions>? = null, UserMFASettingList: List<UserMFASetting>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val MFAOptions: List<MFAOptions>? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard