UserAccountProfile

Description

API


    POST /api/useraccountprofile
    PUT /api/useraccountprofile/<key>
    DELETE /api/useraccountprofile/<key>
    GET /api/useraccountprofile
    GET /api/useraccountprofile/<key>

CLI


    configure useraccountprofile <key>
    show useraccountprofile <key>

Data

UserAccountProfile

uuid

Type
string
Category
required
Description

name

Type
string
Category
required
Description

max_password_history_count

Type
uint32
Category
optional
Description
Maximum number of passwords to be maintained in the password history. Default is 4 passwords.
Default
4

max_login_failure_count

Type
uint32
Category
optional
Description
Number of login attempts before lockout. Default is 3 attempts.
Default
3

account_lock_timeout

Type
uint32
Category
optional
Description
Lock timeout period (in minutes). Default is 30 minutes.
Units
min
Default
30

max_concurrent_sessions

Type
uint32
Category
optional
Description
Maximum number of concurrent sessions allowed. There are unlimited sessions by default.
Default
0

credentials_timeout_threshold

Type
uint32
Category
optional
Description
The time period after which credentials expire. Default is 180 days.
Units
days
Default
180

References

Sub Objects