GroupMembers

A list of users that belong to a group. This is useful for user context filtering, where search results are filtered based on the user or their group access to documents.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of users that belong to a group. This can also include sub groups. For example, the sub groups "Research", "Engineering", and "Sales and Marketing" all belong to the group "Company A".

Link copied to clipboard

A list of users that belong to a group. For example, a list of interns all belong to the "Interns" group.

Link copied to clipboard

If you have more than 1000 users and/or sub groups for a single group, you need to provide the path to the S3 file that lists your users and sub groups for a group. Your sub groups can contain more than 1000 users, but the list of sub groups that belong to a group (and/or users) must be no more than 1000.

Functions

Link copied to clipboard
inline fun copy(block: GroupMembers.Builder.() -> Unit = {}): GroupMembers
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String