RangerSecurityZoneService Data Type

Properties
name data type description
resources array of map of array of string

Example

{
  "resources" : [ {
    "property1" : [ "...", "..." ],
    "property2" : [ "...", "..." ]
  }, {
    "property1" : [ "...", "..." ],
    "property2" : [ "...", "..." ]
  } ]
}