| name | data type | description |
|---|---|---|
| resourceList | array of RangerServiceResourceWithTags | |
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
{
"resourceList" : [ {
"associatedTags" : [ {
"options" : {
"property1" : { },
"property2" : { }
},
"owner" : 12345,
"validityPeriods" : [ { }, { } ],
"type" : "...",
"attributes" : {
"property1" : "...",
"property2" : "..."
},
"createdBy" : "...",
"createTime" : 12345,
"id" : 12345,
"version" : 12345,
"isEnabled" : true,
"guid" : "...",
"updateTime" : 12345,
"updatedBy" : "..."
}, {
"options" : {
"property1" : { },
"property2" : { }
},
"owner" : 12345,
"validityPeriods" : [ { }, { } ],
"type" : "...",
"attributes" : {
"property1" : "...",
"property2" : "..."
},
"createdBy" : "...",
"createTime" : 12345,
"id" : 12345,
"version" : 12345,
"isEnabled" : true,
"guid" : "...",
"updateTime" : 12345,
"updatedBy" : "..."
} ],
"resourceElements" : {
"property1" : {
"isRecursive" : true,
"values" : [ "...", "..." ],
"isExcludes" : true
},
"property2" : {
"isRecursive" : true,
"values" : [ "...", "..." ],
"isExcludes" : true
}
},
"resourceSignature" : "...",
"serviceName" : "...",
"additionalInfo" : {
"property1" : "...",
"property2" : "..."
},
"ownerUser" : "...",
"createdBy" : "...",
"createTime" : 12345,
"id" : 12345,
"version" : 12345,
"isEnabled" : true,
"guid" : "...",
"updateTime" : 12345,
"updatedBy" : "..."
}, {
"associatedTags" : [ {
"options" : {
"property1" : { },
"property2" : { }
},
"owner" : 12345,
"validityPeriods" : [ { }, { } ],
"type" : "...",
"attributes" : {
"property1" : "...",
"property2" : "..."
},
"createdBy" : "...",
"createTime" : 12345,
"id" : 12345,
"version" : 12345,
"isEnabled" : true,
"guid" : "...",
"updateTime" : 12345,
"updatedBy" : "..."
}, {
"options" : {
"property1" : { },
"property2" : { }
},
"owner" : 12345,
"validityPeriods" : [ { }, { } ],
"type" : "...",
"attributes" : {
"property1" : "...",
"property2" : "..."
},
"createdBy" : "...",
"createTime" : 12345,
"id" : 12345,
"version" : 12345,
"isEnabled" : true,
"guid" : "...",
"updateTime" : 12345,
"updatedBy" : "..."
} ],
"resourceElements" : {
"property1" : {
"isRecursive" : true,
"values" : [ "...", "..." ],
"isExcludes" : true
},
"property2" : {
"isRecursive" : true,
"values" : [ "...", "..." ],
"isExcludes" : true
}
},
"resourceSignature" : "...",
"serviceName" : "...",
"additionalInfo" : {
"property1" : "...",
"property2" : "..."
},
"ownerUser" : "...",
"createdBy" : "...",
"createTime" : 12345,
"id" : 12345,
"version" : 12345,
"isEnabled" : true,
"guid" : "...",
"updateTime" : 12345,
"updatedBy" : "..."
} ],
"listSize" : 12345,
"list" : [ { }, { } ],
"startIndex" : 12345,
"pageSize" : 12345,
"totalCount" : 12345,
"resultSize" : 12345,
"sortType" : "...",
"sortBy" : "..."
}