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:
Tim Rupp
2018-11-20 11:59:02 -08:00
committed by GitHub
parent 3fcc564bbb
commit fb782fa3e9
3 changed files with 605 additions and 0 deletions

View File

@@ -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
}