APIRef_tm_auth_password-policy¶
mgmt/tm/auth/password-policy
Password policy configuration
REST Endpoints
- Collection URI
/mgmt/tm/auth/password-policy
- Collection Methods
OPTIONS, GET
- Resource URI
/mgmt/tm/auth/password-policy/~resource id
- Resource Methods
OPTIONS, GET, PUT, PATCH
Properties
Name | Type | Default Value | Required | Access | Description |
---|---|---|---|---|---|
description |
string | optional | read/write | User defined description. | |
expirationWarning |
integer | optional | read/write | Specifies the number of days before a password expires. Based on this value, the BIG-IP system automatically warns users when their password is about to expire. The default value is 7. | |
maxDuration |
integer | optional | read/write | Specifies the maximum number of days a password is valid. The default value is 99999. | |
maxLoginFailures |
integer | optional | read/write | Specifies the number of consecutive unsuccessful login attempts allowed before locking out the user. The default value is 0 (zero - disabled). | |
minDuration |
integer | optional | read/write | Specifies the minimum number of days a password is valid. The default value is 0 (zero). | |
minimumLength |
integer | optional | read/write | Specifies the minimum number of characters in a valid password. The default value is 6. | |
passwordMemory |
integer | optional | read/write | Specifies the number of passwords that the BIG-IP system will remember for each user. A user will not be able to set their password to one of these passwords. The default value is 0 (zero). | |
policyEnforcement |
string | optional | read/write | Enables or disables the password policy. The default value is disabled. | |
requiredLowercase |
integer | optional | read/write | Specifies the number of lowercase alpha characters that must be present in a password for the password to be valid. The default value is 0 (zero). | |
requiredNumeric |
integer | optional | read/write | Specifies the number of numeric characters that must be present in a password for the password to be valid. The default value is 0 (zero). | |
requiredSpecial |
integer | optional | read/write | Specifies the number of special characters that must be present in a password for the password to be valid. The default value is 0 (zero). | |
requiredUppercase |
integer | optional | read/write | Specifies the number of uppercase alpha characters that must be present in a password for the password to be valid. The default value is 0 (zero). |
Copyright (c) 2016, F5 Networks Inc. All Rights Reserved.
The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.