DocumentAclGroup¶
Structure Class¶
DocumentAclGroup
dataclass
¶
Represents a group in the document's ACL, used to define access permissions for multiple users collectively.
Attributes¶
name
class-attribute
instance-attribute
¶
name: str | None = None
The name of the group in the document's ACL. This is used to identify the group when applying access rules.
type
class-attribute
instance-attribute
¶
type: MembershipType | None = None
The type of the group. This indicates the scope of the group's applicability in access control.