name | data type | description |
---|---|---|
users | array of string | |
userRoleAssignments | map of string | |
groupRoleAssignments | map of string |
Example
{ "users" : [ "...", "..." ], "userRoleAssignments" : { "property1" : "...", "property2" : "..." }, "groupRoleAssignments" : { "property1" : "...", "property2" : "..." } }