Skip to content

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

  • name(str) –

    Human-readable group name.

Properties#

name instance-attribute #

name: str = name

Human-readable group name.