AuditLogEventUserInvited¶ class baseten.client.managementapi.AuditLogEventUserInvited(*, event_type, invited_user_email, role_name)¶ Bases: BaseModel Parameters: event_type (Literal['USER_INVITED']) invited_user_email (str) role_name (str) model_config = {'extra': 'forbid'}¶ Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].