Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.06 KB

File metadata and controls

19 lines (15 loc) · 1.06 KB

UserLoginLockout

Properties

Name Type Description Notes
can map[string,bool] Operations the current user is able to perform on this object [optional]
key string Hash of user's client id [optional]
auth_type string Authentication method for login failures [optional]
ip string IP address of most recent failed attempt [optional]
user_id string User ID [optional]
remote_id string Remote ID of user if using LDAP [optional]
full_name string User's name [optional]
email string Email address associated with the user's account [optional]
fail_count int Number of failures that triggered the lockout [optional]
lockout_at \DateTime Time when lockout was triggered [optional]

[Back to Model list] [Back to API list] [Back to README]