RangerSecurityZoneService Data Type

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

Example

{
  "resourcesBaseInfo" : [ {
    "createTime" : 12345,
    "id" : 12345,
    "createdBy" : "...",
    "updateTime" : 12345,
    "updatedBy" : "..."
  }, {
    "createTime" : 12345,
    "id" : 12345,
    "createdBy" : "...",
    "updateTime" : 12345,
    "updatedBy" : "..."
  } ],
  "resources" : [ {
    "property1" : [ "...", "..." ],
    "property2" : [ "...", "..." ]
  }, {
    "property1" : [ "...", "..." ],
    "property2" : [ "...", "..." ]
  } ]
}