DocumentAclMembership¶
Structure Class¶
DocumentAclMembership
dataclass
¶
Represents membership rules in the document's ACL, defining how users or groups are associated with access permissions.
Attributes¶
conditions
class-attribute
instance-attribute
¶
conditions: list[DocumentAclCondition] | None = None
An array of conditions that define the membership rules. Each condition specifies criteria for users or groups to be included in this membership.
member_relation
class-attribute
instance-attribute
¶
member_relation: MemberRelation | None = None
The logical relation between members in the membership rule, determining how multiple conditions are combined.