RangerTagForEval Data Type

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

Example

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