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