Lockout settings
| Name | Type | Description | Notes |
|---|---|---|---|
| AutoUnlockMinutes | int | Specifies the time interval (in minutes) a locked account remains locked before it is automatically unlocked: `0` indicates no limit | [optional] [default to 0] |
| MaxAttempts | int | Specifies the number of times Users can attempt to sign in to their accounts with an invalid password before their accounts are locked: `0` indicates no limit | [optional] [default to 10] |
| ShowLockoutFailures | bool | Indicates if the User should be informed when their account is locked | [optional] [default to false] |
| UserLockoutNotificationChannels | List<string> | How the user is notified when their account becomes locked. The only acceptable values are `[]` and `['EMAIL']`. | [optional] |