DocumentAcl¶
Structure Class¶
DocumentAcl
dataclass
¶
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.
Attributes¶
allow_list
class-attribute
instance-attribute
¶
allow_list: DocumentAclMembership | None = None
The list of principals allowed access to the document.
deny_list
class-attribute
instance-attribute
¶
deny_list: DocumentAclMembership | None = None
The list of principals denied access to the document.