Module Values.AclConfigurationSource

Provides information about the column that should be used for filtering the query response by groups.

Sourcetype nonrec t = {
  1. allowedGroupsColumnName : ColumnName.t;
    (*

    A list of groups, separated by semi-colons, that filters a query response based on user context. The document is only returned to users that are in one of the groups specified in the UserContext field of the Query API.

    *)
}
Sourceval context_ : string
Sourceval make : allowedGroupsColumnName:ColumnName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ColumnName.t ]) 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