Class DeleteGroupRequest

    • Method Detail

      • applicationId

        public final String applicationId()

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

        Returns:
        The identifier of the application in which the group mapping belongs.
      • dataSourceId

        public final String dataSourceId()

        The identifier of the data source linked to the group

        A group can be tied to multiple data sources. You can delete a group from accessing documents in 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. You want to delete "Research" and "Engineering" groups from Salesforce, so that these groups cannot access customer-related documents stored in Salesforce. Only "Sales and Marketing" should access documents in the Salesforce data source.

        Returns:
        The identifier of the data source linked to the group

        A group can be tied to multiple data sources. You can delete a group from accessing documents in 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. You want to delete "Research" and "Engineering" groups from Salesforce, so that these groups cannot access customer-related documents stored in Salesforce. Only "Sales and Marketing" should access documents in the Salesforce data source.

      • groupName

        public final String groupName()

        The name of the group you want to delete.

        Returns:
        The name of the group you want to delete.
      • indexId

        public final String indexId()

        The identifier of the index you want to delete the group from.

        Returns:
        The identifier of the index you want to delete the group from.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object