AclConfiguration class

Provides information about the column that should be used for filtering the query response by groups.

Constructors

AclConfiguration({required String allowedGroupsColumnName})
AclConfiguration.fromJson(Map<String, dynamic> json)
factory

Properties

allowedGroupsColumnName String
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.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited