| name | data type | description |
|---|---|---|
| list | array of RangerDataset | |
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
{
"list" : [ {
"acl" : {
"users" : {
"property1" : "NONE",
"property2" : "NONE"
},
"groups" : {
"property1" : "LIST",
"property2" : "ADMIN"
},
"roles" : {
"property1" : "VIEW",
"property2" : "NONE"
}
},
"keywords" : [ "...", "..." ],
"termsOfUse" : "...",
"validitySchedule" : {
"timeZone" : "...",
"recurrences" : [ { }, { } ],
"startTime" : "...",
"endTime" : "..."
},
"name" : "...",
"labels" : [ "...", "..." ],
"additionalInfo" : {
"property1" : "...",
"property2" : "..."
},
"description" : "...",
"options" : {
"property1" : "...",
"property2" : "..."
},
"createdBy" : "...",
"createTime" : 12345,
"id" : 12345,
"version" : 12345,
"isEnabled" : true,
"guid" : "...",
"updateTime" : 12345,
"updatedBy" : "..."
}, {
"acl" : {
"users" : {
"property1" : "VIEW",
"property2" : "AUDIT"
},
"groups" : {
"property1" : "POLICY_ADMIN",
"property2" : "LIST"
},
"roles" : {
"property1" : "AUDIT",
"property2" : "NONE"
}
},
"keywords" : [ "...", "..." ],
"termsOfUse" : "...",
"validitySchedule" : {
"timeZone" : "...",
"recurrences" : [ { }, { } ],
"startTime" : "...",
"endTime" : "..."
},
"name" : "...",
"labels" : [ "...", "..." ],
"additionalInfo" : {
"property1" : "...",
"property2" : "..."
},
"description" : "...",
"options" : {
"property1" : "...",
"property2" : "..."
},
"createdBy" : "...",
"createTime" : 12345,
"id" : 12345,
"version" : 12345,
"isEnabled" : true,
"guid" : "...",
"updateTime" : 12345,
"updatedBy" : "..."
} ],
"listSize" : 12345,
"startIndex" : 12345,
"pageSize" : 12345,
"totalCount" : 12345,
"resultSize" : 12345,
"sortType" : "...",
"sortBy" : "..."
}