RangerResourceDef Data Type

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

Example

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