DocumentAcl

The access control list for a document, containing allow and deny membership lists. Each list specifies conditions that determine which users and groups are granted or denied access.

Types

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

Properties

Link copied to clipboard

The list of principals allowed access to the document.

Link copied to clipboard

The list of principals denied access to the document.

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