RangerResourceDef Data Type

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

Example

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