Values.UpdatePackageScopeRequestSourceUpdates the scope of a package. Scope of the package defines users who can view and associate a package.
type nonrec t = {packageID : PackageID.t;ID of the package whose scope is being updated.
*)operation : PackageScopeOperationEnum.t;The operation to perform on the package scope (e.g., add/remove/override users).
*)packageUserList : PackageUserList.t;List of users to be added or removed from the package scope.
*)}val make :
packageID:PackageID.t ->
operation:PackageScopeOperationEnum.t ->
packageUserList:PackageUserList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of PackageUser.t ] list
| `String of PackageID.t ])
list ]