CheckDocumentAccessResponse

Types

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

Properties

Link copied to clipboard

The Access Control List (ACL) associated with the document. Includes allowlist and denylist conditions that determine user access.

Link copied to clipboard

A boolean value indicating whether the specified user has access to the document, either direct access or transitive access via groups and aliases attached to the document.

Link copied to clipboard

An array of aliases associated with the user. This includes both global and local aliases, each with a name and type.

Link copied to clipboard

An array of groups the user is part of for the specified data source. Each group has a name and type.

Functions

Link copied to clipboard
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