name | data type | constraints | description |
---|---|---|---|
nameAndGuid | NameAndGuid | ||
uuid | string | ||
type | InstancePrivilegeType | ||
checked | boolean | required | |
lastLevel | boolean | required | |
present | boolean | required | |
entityType | string | ||
childrenQueryType | string |
Example
{ "nameAndGuid" : { "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67", "name" : "Entity name" }, "uuid" : "...", "type" : "DATA_CENTER", "checked" : true, "lastLevel" : true, "present" : true, "entityType" : "...", "childrenQueryType" : "..." }