Module Values_0.RStudioServerProAppSettingsSource

A collection of settings that configure user interaction with the RStudioServerPro app.

Sourcetype nonrec t = {
  1. accessStatus : RStudioServerProAccessStatus.t option;
    (*

    Indicates whether the current user has access to the RStudioServerPro app.

    *)
  2. userGroup : RStudioServerProUserGroup.t option;
    (*

    The level of permissions that the user has within the RStudioServerPro app. This value defaults to `User`. The `Admin` value allows the user access to the RStudio Administrative Dashboard.

    *)
}
Sourceval make : ?accessStatus:??? -> ?userGroup:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string ]) 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