Properties
| Name | Access | Type | Description |
|---|---|---|---|
| BannedReason | Read, Write | String | Banned Reason |
| BannedUntilWindowEndUtc | Read, Write | Nullable of DateTime | Banned Until Window End Utc |
| FailedPasswordAttemptCount | Read, Write | Int32 | Failed Password Attempt Count |
| FailedPasswordAttemptWindowStartUtc | Read, Write | Nullable of DateTime | Failed Password Attempt Window Start Utc |
| ForceLoginRequestUtcDate | Read, Write | Nullable of DateTime | Force Login Request Utc Date |
| Id | Read, Write | Guid | Id |
| IsLockedOut | Read, Write | Boolean | Is Locked Out |
| IsSystemAccount | Read | Boolean | Is System Account |
| LastLockoutDateUtc | Read, Write | Nullable of DateTime | Last Lockout Date Utc |
| LastLoginUtcDate | Read, Write | Nullable of DateTime | Last Login Utc Date |
| LastPasswordChangeDateUtc | Read, Write | Nullable of DateTime | Last Password Change Date Utc |
| PasswordFormat | Read, Write | Int32 | Password Format |
| Status | Read, Write | UserAccountStatus | Status |
| UserId | Read, Write | Nullable of Int32 | User Id |
| Username | Read, Write | String | Username |