RangerTagForEval Data Type

Properties
name data type description
matchType MatchType
attributes map of string
validityPeriods array of RangerValiditySchedule
options map of object
type string

Example

{
  "matchType" : "ANCESTOR",
  "attributes" : {
    "property1" : "...",
    "property2" : "..."
  },
  "validityPeriods" : [ {
    "startTime" : "...",
    "endTime" : "...",
    "timeZone" : "...",
    "recurrences" : [ {
      "interval" : { },
      "schedule" : { }
    }, {
      "interval" : { },
      "schedule" : { }
    } ]
  }, {
    "startTime" : "...",
    "endTime" : "...",
    "timeZone" : "...",
    "recurrences" : [ {
      "interval" : { },
      "schedule" : { }
    }, {
      "interval" : { },
      "schedule" : { }
    } ]
  } ],
  "options" : {
    "property1" : { },
    "property2" : { }
  },
  "type" : "..."
}