UserType class

The user type.

Constructors

UserType({List<AttributeType>? attributes, bool? enabled, List<MFAOptionType>? mFAOptions, DateTime? userCreateDate, DateTime? userLastModifiedDate, UserStatusType? userStatus, String? username})
UserType.fromJson(Map<String, dynamic> json)
factory

Properties

attributes List<AttributeType>?
A container with information about the user type attributes.
final
enabled bool?
Specifies whether the user is enabled.
final
hashCode int
The hash code for this object.
no setterinherited
mFAOptions List<MFAOptionType>?
The MFA options for the user.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userCreateDate DateTime?
The creation date of the user.
final
userLastModifiedDate DateTime?
The last modified date of the user.
final
username String?
The user name of the user you wish to describe.
final
userStatus UserStatusType?
The user status. Can be one of the following:
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited