package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. additionalRoles : string list;
    (*

    The supported additional roles with the primary role.

    *)
  2. primaryRole : string;
    (*

    A primary permission role.

    *)
}
val additionalRoles : (t, string list) GapiLens.t
val primaryRole : (t, string) GapiLens.t
val empty : t
val render : t -> GapiJson.json_data_model list
val parse : t -> GapiJson.json_data_model -> t