RangerAccessTypeDef Data Type

Properties
name data type description
rbKeyLabel string
label string
name string
category AccessTypeCategory
impliedGrants array of string
itemId number

Example

{
  "rbKeyLabel" : "...",
  "label" : "...",
  "name" : "...",
  "category" : "READ",
  "impliedGrants" : [ "...", "..." ],
  "itemId" : 12345
}