RangerResourceDef Data Type

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

Example

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