name | data type | description |
---|---|---|
userList | array of string | List of userName |
groupList | array of string | List of groupName |
permList | array of string | List of permission |
ipAddress | string | IP address for groups |
Example
{ "userList" : [ "...", "..." ], "groupList" : [ "...", "..." ], "permList" : [ "...", "..." ], "ipAddress" : "..." }