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