{
"charMinCount": 0,
"modTimeUsed": "string",
"modPeroidTime": 0,
"oneUpcaseUsed": "string",
"oneLowcaseUsed": "string",
"oneNumberUsed": "string",
"oneSpecialCharUsed": "string",
"forceModPwdUsed": "string",
"expiryDate": 0,
"noticeDate": 0
}
curl --location --request POST '/api/auth-conf/pwd-policy/modify' \
--header 'Content-Type: application/json' \
--data-raw '{
"charMinCount": 0,
"modTimeUsed": "string",
"modPeroidTime": 0,
"oneUpcaseUsed": "string",
"oneLowcaseUsed": "string",
"oneNumberUsed": "string",
"oneSpecialCharUsed": "string",
"forceModPwdUsed": "string",
"expiryDate": 0,
"noticeDate": 0
}'
{
"code": 0,
"data": null,
"message": "",
"count": 0,
"currentPage": 0,
"totalPages": 0
}