GroupsPermBitsResponse Data Type

Response containing permission and role bits

Properties
name data type constraints description
groups map of string   Get the groups
messages array of Message   Messages contained in the response (which should be shown to the user)
responseInfo ResponseInfo  
inBackground boolean required boolean Whether the job was pushed into the background.

Example

{
  "groups" : {
    "property1" : "...",
    "property2" : "..."
  },
  "messages" : [ { }, { } ],
  "responseInfo" : {
    "responseCode" : "OK",
    "responseMessage" : "...",
    "property" : "..."
  },
  "inBackground" : true
}