plcm-local-user-account-config.xsd Documentation

Imported Namespaces

Target Namespace

Elements

plcm-local-user-account-config  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.


Complex Types

PlcmLocalUserAccountConfig Fields

NameTypeDescriptionAttributes
atomLinkList List of linkSee Definition of link
account-lockout-enabledxs:boolean Enable user account locking based on failed login attempts. Mandatory
failed-login-thresholdxs:int Specify how many consecutive login failures cause the system to lock an account (2-10).
failed-login-windowxs:int Specify the time span in hours within which the consecutive failures must occur in order to lock the account (1-24).
lockout-durationxs:int 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.
inactivity-thresholdxs:int 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.
entity-tagEntityTag 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.


Simple Types


NameTypeRestrictions
EntityTagxs:string
Length of value must be >=1
Length of value must be <=64