Values.UpdateInstructionSourceContains the instructions for one Grafana role permission update in a UpdatePermissions operation.
type nonrec t = {action : UpdateAction.t;Specifies whether this update is to add or revoke role permissions.
*)role : Role.t;The role to add or revoke for the user or the group specified in users.
*)users : UserList.t;A structure that specifies the user or group to add or revoke the role for.
*)}