Skip to main content

Group

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.

Inherits: dict

Properties

  • name - Human-readable group name.

Properties

nameinstance-attribute

name: str = name

Human-readable group name.