Datasource in a package
| name | data type | description |
|---|---|---|
| packageName | string | Name of the package that contains the object |
Properties inherited from Datasource |
||
| id | number | Internal ID |
| globalId | string | Global ID |
| type | DatasourceType | Datasource type |
| name | string | Name |
Example
{
"packageName" : "...",
"id" : 12345,
"globalId" : "...",
"type" : "SITEMINDER",
"name" : "..."
}