PlcmLocalUserAccountConfig

PlcmLocalUserAccountConfig

The local user account configuration increase system security by: 1. Locking out users who have exceeded the specified number and frequency of login failures. The system locks the account either indefinitely or for the length of time specified. 2. Disabling accounts that have been inactive a specified number of days. Content-Type: application/vnd.plcm.plcm-local-user-account-config+xml All attributes are used in ETag calculation except for entity-tag and atom-link.


PlcmLocalUserAccountConfig Fields

NameTypeDescriptionAttributes
atomLinkList Array of LinkSee Definition of Link
accountLockoutEnabledboolean Enable user account locking based on failed login attempts. Mandatory
failedLoginThresholdint Specify how many consecutive login failures cause the system to lock an account (2-10).
failedLoginWindowint Specify the time span in hours within which the consecutive failures must occur in order to lock the account (1-24).
lockoutDurationint Specify the time span in minutes for which the user’s account remains locked (1-480). To specify infinite locking duration, set the value to -1. Note: This configuration will be ignored and its value will be set to 0, if account lockout is not enabled.
inactivityThresholdint Specify the inactivity threshold in days that triggers disabling of inactive accounts (30-180). To disable configuration or set no limit, either remove the field from request or set the value to 0.
entityTagEntityTag The unique value generated from the server object instance. This value is the same value that MUST be applied to the HTTP Entity Tag (ETag) header for a single instance of this object. Client modification of this field is not allowed for this instance.


Nested Types/Restrictions


NameTypeRestrictions
EntityTagstring
Length of value must be >=1
Length of value must be <=64