Values.UpdatePermissionsRequestSourceUpdates which users in a workspace have the Grafana Admin or Editor roles.
type nonrec t = {updateInstructionBatch : UpdateInstructionBatch.t;An array of structures that contain the permission updates to make.
*)workspaceId : WorkspaceId.t;The ID of the workspace to update.
*)}val make :
updateInstructionBatch:UpdateInstructionBatch.t ->
workspaceId:WorkspaceId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string | `String of SsoId.t ])
list ]
list ])
list ]
list
| `String of WorkspaceId.t ])
list ]