RangerAccessTypeDef Data Type

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

Example

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