RangerSecurityZone Data Type

Properties
name data type description
auditUserGroups array of string
tagServices array of string
services map of RangerSecurityZoneService
adminUsers array of string
name string
adminUserGroups array of string
description string
auditUsers array of string
Properties inherited from RangerBaseModelObject
updatedBy string
version number
id number
createdBy string
updateTime number
isEnabled boolean
createTime number
guid string

Example

{
  "auditUserGroups" : [ "...", "..." ],
  "tagServices" : [ "...", "..." ],
  "services" : {
    "property1" : {
      "resources" : [ {
        "property1" : [ ],
        "property2" : [ ]
      }, {
        "property1" : [ ],
        "property2" : [ ]
      } ]
    },
    "property2" : {
      "resources" : [ {
        "property1" : [ ],
        "property2" : [ ]
      }, {
        "property1" : [ ],
        "property2" : [ ]
      } ]
    }
  },
  "adminUsers" : [ "...", "..." ],
  "name" : "...",
  "adminUserGroups" : [ "...", "..." ],
  "description" : "...",
  "auditUsers" : [ "...", "..." ],
  "updatedBy" : "...",
  "version" : 12345,
  "id" : 12345,
  "createdBy" : "...",
  "updateTime" : 12345,
  "isEnabled" : true,
  "createTime" : 12345,
  "guid" : "..."
}