CreateAccessControlConfigurationRequest
Types
Properties
Link copied to clipboard
Information 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 token that you provide to identify the request to create an access control configuration. Multiple calls to the CreateAccessControlConfiguration
API with the same client token will create only one access control configuration.
Link copied to clipboard
A description for the access control configuration.
Link copied to clipboard
The list of principal lists that define the hierarchy for which documents users should have access to.
Functions
Link copied to clipboard
inline fun copy(block: CreateAccessControlConfigurationRequest.Builder.() -> Unit = {}): CreateAccessControlConfigurationRequest