Source
type Source =
| PredefinedDataSource
| string;
When manipulating CloudObjects, sometimes it is required to manually set the data source of that object.
Source
determines where the object comes from: what data source is the owner of the object across the ecosystem.