groups
Description
Groups configured on this system
List
[]group
Fields
ID | TYPE | DESCRIPTION |
---|---|---|
list | []group |
Examples
Ensure the user is not part of group
groups.where(name == 'wheel').list { members.all( name != 'username')}
Description
Groups configured on this system
List
[]group
Fields
ID | TYPE | DESCRIPTION |
---|---|---|
list | []group |
Examples
Ensure the user is not part of group
groups.where(name == 'wheel').list { members.all( name != 'username')}