the-bastion/bin/plugin/group-owner/groupModify.json

12 lines
670 B
JSON

{
"interactive": [
"groupModify" , {"ac" : ["--group"]},
"groupModify --group" , {"ac" : ["<GROUP>"]},
"groupModify --group \\S+" , {"ac" : ["--mfa-required","--guest-ttl-limit"]},
"groupModify --group \\S+ --mfa-required" , {"ac" : ["password","totp","any","none"]},
"groupModify --group \\S+ --mfa-required \\S+" , {"pr" : ["<ENTER>"]},
"groupModify --group \\S+ --guest-ttl-limit" , {"pr" : ["<DURATION>"]},
"groupModify --group \\S+ --guest-ttl-limit \\S+", {"pr" : ["<ENTER>"]}
],
"master_only": 1
}