Interface AclConfiguration.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AclConfiguration.Builder,AclConfiguration>, SdkBuilder<AclConfiguration.Builder,AclConfiguration>, SdkPojo
Enclosing class:
AclConfiguration

public static interface AclConfiguration.Builder extends SdkPojo, CopyableBuilder<AclConfiguration.Builder,AclConfiguration>
  • Method Details

    • allowedGroupsColumnName

      AclConfiguration.Builder allowedGroupsColumnName(String allowedGroupsColumnName)

      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.

      Parameters:
      allowedGroupsColumnName - 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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.