| name | data type | description |
|---|---|---|
| rbKeyLabel | string | |
| label | string | |
| impliedGrants | array of string | |
| category | AccessTypeCategory | |
| itemId | number | |
| name | string |
Example
{
"rbKeyLabel" : "...",
"label" : "...",
"impliedGrants" : [ "...", "..." ],
"category" : "READ",
"itemId" : 12345,
"name" : "..."
}