AssociatedUser¶
Structure Class¶
AssociatedUser
dataclass
¶
Represents an associated user in the access control system.
Attributes¶
id
class-attribute
instance-attribute
¶
id: str | None = None
The unique identifier of the associated user. This is used to identify the user in access control decisions.
type
class-attribute
instance-attribute
¶
type: MembershipType | None = None
The type of the associated user. This indicates the scope of the user's association.