PutGroupRequest

Types

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

Properties

Link copied to clipboard

The identifier of the application in which the user and group mapping belongs.

Link copied to clipboard

The identifier of the data source for which you want to map users to their groups. This is useful if a group is tied to multiple data sources, but you only want the group to access documents of a certain data source. For example, the groups "Research", "Engineering", and "Sales and Marketing" are all tied to the company's documents stored in the data sources Confluence and Salesforce. However, "Sales and Marketing" team only needs access to customer-related documents stored in Salesforce.

Link copied to clipboard

A list of users or sub groups that belong to a group. This is for generating Amazon Q chat results only from document a user has access to.

Link copied to clipboard

The list that contains your users or sub groups that belong the same group. For example, the group "Company" includes the user "CEO" and the sub groups "Research", "Engineering", and "Sales and Marketing".

Link copied to clipboard

The identifier of the index in which you want to map users to their groups.

Link copied to clipboard

The type of the group.

Functions

Link copied to clipboard
inline fun copy(block: PutGroupRequest.Builder.() -> Unit = {}): PutGroupRequest
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