singleSelectedResourceSharingRestriction property

bool? singleSelectedResourceSharingRestriction
getter/setter pair

If True, this DCR restricts the contributors to sharing only a single resource in a Listing.

And no two resources should have the same IDs. So if a contributor adds a view with a conflicting name, the CreateListing API will reject the request. if False, the data contributor can publish an entire dataset (as before). This is not configurable, and by default, all new DCRs will have the restriction set to True.

Output only.

Implementation

core.bool? singleSelectedResourceSharingRestriction;