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