DocumentAclMembership

The membership entry for a document access control list (ACL), containing conditions and their logical relation.

Types

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

Properties

Link copied to clipboard

The list of conditions that determine membership.

Link copied to clipboard

The logical relation between conditions. Valid values: AND – All conditions must match. OR – At least one condition must match.

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