blob: 31d9939004eac10237eb67e702dd42ed9872eb69 [file] [log] [blame]
description: >
Provides user objects, their properties.
As communication to this service is done through authenticated
& authorized session, there won't be any validation for the both.
properties:
- name: UserGroups
type: array[string]
description: >
Groups to which the user belong.
- name: UserPrivilege
type: string
description: >
Privilege of the user.
- name: UserEnabled
type: boolean
description: >
Enabled or disabled state of the user.
- name: UserLockedForFailedAttempt
type: boolean
description: >
Locked or unlocked state of the user. After repeated failed
login attempt (configured through MaxLoginAttemptBeforeLockout),
locked out user can be unlocked manually by setting false to
this property. This property will return true if user is locked
out user. AccountUnlockTimeout property can be configured to unlock
the user after a timeout.
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4