AssociatedGroup¶
Structure Class¶
AssociatedGroup
dataclass
¶
Represents a group associated with a given user in the access control system.
Attributes¶
name
class-attribute
instance-attribute
¶
name: str | None = None
The name of the group associated with the user. This is used to identify the group in access control decisions.
type
class-attribute
instance-attribute
¶
type: MembershipType | None = None
The type of the associated group. This indicates the scope of the group's applicability.