DatasourceInPackage Data Type

Datasource in a package

Properties
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" : "..."
}