name | data type | constraints | description |
---|---|---|---|
whiteListGroupRoleAssignments | map of string | ||
users | array of string | ||
userRoleAssignments | map of string | ||
isReset | boolean | required | |
whiteListUserRoleAssignments | map of string | ||
groupRoleAssignments | map of string | ||
isLastPage | boolean | required |
Example
{ "whiteListGroupRoleAssignments" : { "property1" : "...", "property2" : "..." }, "users" : [ "...", "..." ], "userRoleAssignments" : { "property1" : "...", "property2" : "..." }, "isReset" : true, "whiteListUserRoleAssignments" : { "property1" : "...", "property2" : "..." }, "groupRoleAssignments" : { "property1" : "...", "property2" : "..." }, "isLastPage" : true }