UsersGroupRoleAssignments Data Type

Properties
name data type constraints description
reset boolean required
users array of string  
userRoleAssignments map of string  
whiteListGroupRoleAssignments map of string  
groupRoleAssignments map of string  
whiteListUserRoleAssignments map of string  

Example

{
  "reset" : true,
  "users" : [ "...", "..." ],
  "userRoleAssignments" : {
    "property1" : "...",
    "property2" : "..."
  },
  "whiteListGroupRoleAssignments" : {
    "property1" : "...",
    "property2" : "..."
  },
  "groupRoleAssignments" : {
    "property1" : "...",
    "property2" : "..."
  },
  "whiteListUserRoleAssignments" : {
    "property1" : "...",
    "property2" : "..."
  }
}