package gapi-ocaml

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

Module AclRule.ScopeSource

Sourcetype t = {
  1. value : string;
    (*

    The email address of a user or group, or the name of a domain, depending on the scope type. Omitted for type "default".

    *)
  2. _type : string;
    (*

    The type of the scope. Possible values are:

    • "default" - The public scope. This is the default value.
    • "user" - Limits the scope to a single user.
    • "group" - Limits the scope to a group.
    • "domain" - Limits the scope to a domain. Note: The permissions granted to the "default", or public, scope apply to any user, authenticated or not.
    *)
}
Sourceval value : (t, string) GapiLens.t
Sourceval _type : (t, string) GapiLens.t
Sourceval empty : t
Sourceval render : t -> GapiJson.json_data_model list
OCaml

Innovation. Community. Security.