mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Adds the bigip_password_policy module (#48951)
This module can be used to manage password policy settings on a BIG-IP
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"kind": "tm:auth:password-policy:password-policystate",
|
||||
"selfLink": "https://localhost/mgmt/tm/auth/password-policy?ver=13.1.0.7",
|
||||
"expirationWarning": 7,
|
||||
"maxDuration": 99999,
|
||||
"maxLoginFailures": 0,
|
||||
"minDuration": 0,
|
||||
"minimumLength": 6,
|
||||
"passwordMemory": 0,
|
||||
"policyEnforcement": "disabled",
|
||||
"requiredLowercase": 0,
|
||||
"requiredNumeric": 0,
|
||||
"requiredSpecial": 0,
|
||||
"requiredUppercase": 0
|
||||
}
|
||||
Reference in New Issue
Block a user