Module Values.DataSourceGroupSource

Data source information for user context filtering.

Sourcetype nonrec t = {
  1. groupId : PrincipalName.t;
    (*

    The identifier of the group you want to add to your list of groups. This is for filtering search results based on the groups' access to documents.

    *)
  2. dataSourceId : DataSourceId.t;
    (*

    The identifier of the data source group you want to add to your list of data source groups. This is for filtering search results based on the groups' access to documents in that data source.

    *)
}
Sourceval context_ : string
Sourceval make : groupId:PrincipalName.t -> dataSourceId:DataSourceId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of PrincipalName.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