Group
Inherits: dict
Group or role entry associated with an authenticated User.
The instance behaves like a mutable mapping with provider-specific metadata,
while exposing a normalized name attribute commonly used by app logic.
Parameters:
-
kwargs(dict[str, Any]) –Provider-specific group fields to store in the mapping.
-
name(str) –Group name used for display and matching.
Properties