Module Values.UpdatePermissionsRequestSource

Updates which users in a workspace have the Grafana Admin or Editor roles.

Sourcetype nonrec t = {
  1. updateInstructionBatch : UpdateInstructionBatch.t;
    (*

    An array of structures that contain the permission updates to make.

    *)
  2. workspaceId : WorkspaceId.t;
    (*

    The ID of the workspace to update.

    *)
}
Sourceval context_ : string
Sourceval make : updateInstructionBatch:UpdateInstructionBatch.t -> workspaceId:WorkspaceId.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t