RangerResourceDef Data Type

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

Example

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