package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Account.PermissionsSource

Sourcetype t = {
  1. effective : string list;
    (*

    All the permissions that the user has for this account. These include any implied permissions (e.g., EDIT implies VIEW).

    *)
}
Sourceval effective : (t, string list) GapiLens.t
Sourceval empty : t
Sourceval render : t -> GapiJson.json_data_model list