RangerContextEnricherDef Data Type

Properties
name data type description
name string
enricherOptions map of string
itemId number
enricher string

Example

{
  "name" : "...",
  "enricherOptions" : {
    "property1" : "...",
    "property2" : "..."
  },
  "itemId" : 12345,
  "enricher" : "..."
}