name | data type | description |
---|---|---|
adminUsers | array of string | |
auditUserGroups | array of string | |
auditUsers | array of string | |
description | string | |
services | map of RangerSecurityZoneService | |
name | string | |
tagServices | array of string | |
adminUserGroups | array of string | |
Properties inherited from RangerBaseModelObject |
||
guid | string | |
isEnabled | boolean | |
createTime | number | |
createdBy | string | |
updatedBy | string | |
id | number | |
updateTime | number | |
version | number |
Example
{ "adminUsers" : [ "...", "..." ], "auditUserGroups" : [ "...", "..." ], "auditUsers" : [ "...", "..." ], "description" : "...", "services" : { "property1" : { "resources" : [ { "property1" : [ "...", "..." ], "property2" : [ "...", "..." ] }, { "property1" : [ "...", "..." ], "property2" : [ "...", "..." ] } ] }, "property2" : { "resources" : [ { "property1" : [ "...", "..." ], "property2" : [ "...", "..." ] }, { "property1" : [ "...", "..." ], "property2" : [ "...", "..." ] } ] } }, "name" : "...", "tagServices" : [ "...", "..." ], "adminUserGroups" : [ "...", "..." ], "guid" : "...", "isEnabled" : true, "createTime" : 12345, "createdBy" : "...", "updatedBy" : "...", "id" : 12345, "updateTime" : 12345, "version" : 12345 }