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