RangerSecurityZoneService Data Type

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

Example

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