public static interface AclConfiguration.Builder extends SdkPojo, CopyableBuilder<AclConfiguration.Builder,AclConfiguration>
| Modifier and Type | Method and Description |
|---|---|
AclConfiguration.Builder |
allowedGroupsColumnName(String allowedGroupsColumnName)
A list of groups, separated by semi-colons, that filters a query response based on user context.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAclConfiguration.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 operation.
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 operation.Copyright © 2021. All rights reserved.