name | data type | description |
---|---|---|
securityZones | array of RangerSecurityZone | |
Properties inherited from VList |
||
listSize | number | |
list | array of object | |
startIndex | number | |
pageSize | number | |
totalCount | number | |
resultSize | number | Returns the value for the member attribute resultSize |
sortType | string | |
sortBy | string |
Example
{ "securityZones" : [ { "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 }, { "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 } ], "listSize" : 12345, "list" : [ { }, { } ], "startIndex" : 12345, "pageSize" : 12345, "totalCount" : 12345, "resultSize" : 12345, "sortType" : "...", "sortBy" : "..." }