DataSourceAclConfiguration

data class DataSourceAclConfiguration(val allowedGroupsColumnName: String)

Constructors

Link copied to clipboard
constructor(allowedGroupsColumnName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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 operation.