DocumentAclCondition

Represents a condition in the document's ACL, specifying access rules for users and groups.

Types

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

Properties

Link copied to clipboard

An array of group identifiers that this condition applies to. Groups listed here are subject to the access rule defined by this condition.

Link copied to clipboard

The logical relation between members in the condition, determining how multiple user or group conditions are combined.

Link copied to clipboard

An array of user identifiers that this condition applies to. Users listed here are subject to the access rule defined by this condition.

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