UpdateAccessControlConfigurationRequest

Types

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

Properties

Link copied to clipboard

Information you want to update on principals (users and/or groups) and which documents they should have access to. This is useful for user context filtering, where search results are filtered based on the user or their group access to documents.

Link copied to clipboard

A new description for the access control configuration.

Link copied to clipboard

The updated list of principal lists that define the hierarchy for which documents users should have access to.

Link copied to clipboard
val id: String?

The identifier of the access control configuration you want to update.

Link copied to clipboard

The identifier of the index for an access control configuration.

Link copied to clipboard
val name: String?

A new name for the access control configuration.

Functions

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