Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
Documentation
data DataSourceGroup Source #
Data source information for user context filtering.
See: newDataSourceGroup
smart constructor.
DataSourceGroup' | |
|
Instances
Create a value of DataSourceGroup
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:groupId:DataSourceGroup'
, dataSourceGroup_groupId
- 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.
$sel:dataSourceId:DataSourceGroup'
, dataSourceGroup_dataSourceId
- 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.
dataSourceGroup_groupId :: Lens' DataSourceGroup Text Source #
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.
dataSourceGroup_dataSourceId :: Lens' DataSourceGroup Text Source #
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.