Module Values.UsersAndGroupsSource

Provides information about users and group names associated with a topic control rule.

Sourcetype nonrec t = {
  1. userIds : UserIds.t option;
    (*

    The user ids associated with a topic control rule.

    *)
  2. userGroups : UserGroups.t option;
    (*

    The user group names associated with a topic control rule.

    *)
}
Sourceval make : ?userIds:??? -> ?userGroups:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of String_.t ] list ]) 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