DocumentAcl

Represents the Access Control List (ACL) for a document, containing both allowlist and denylist conditions.

Types

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

Properties

Link copied to clipboard

The allowlist conditions for the document. Users or groups matching these conditions are granted access to the document.

Link copied to clipboard

The denylist conditions for the document. Users or groups matching these conditions are denied access to the document, overriding allowlist permissions.

Functions

Link copied to clipboard
inline fun copy(block: DocumentAcl.Builder.() -> Unit = {}): DocumentAcl
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