RangerResourceDef Data Type

Properties
name data type description
mandatory boolean
rbKeyDescription string
level number
matcherOptions map of string
itemId number
label string
rbKeyLabel string
name string
lookupSupported boolean
matcher string
validationRegEx string
parent string
rbKeyValidationMessage string
excludesSupported boolean
accessTypeRestrictions array of string
isValidLeaf boolean
description string
type string
recursiveSupported boolean
validationMessage string
uiHint string

Example

{
  "mandatory" : true,
  "rbKeyDescription" : "...",
  "level" : 12345,
  "matcherOptions" : {
    "property1" : "...",
    "property2" : "..."
  },
  "itemId" : 12345,
  "label" : "...",
  "rbKeyLabel" : "...",
  "name" : "...",
  "lookupSupported" : true,
  "matcher" : "...",
  "validationRegEx" : "...",
  "parent" : "...",
  "rbKeyValidationMessage" : "...",
  "excludesSupported" : true,
  "accessTypeRestrictions" : [ "...", "..." ],
  "isValidLeaf" : true,
  "description" : "...",
  "type" : "...",
  "recursiveSupported" : true,
  "validationMessage" : "...",
  "uiHint" : "..."
}