AuditLogEventUserTeamRoleUpdated

class baseten.client.managementapi.AuditLogEventUserTeamRoleUpdated(*, event_type, user_id, user_email, team_id, team_name, new_role_name)

Bases: BaseModel

Parameters:
  • event_type (Literal['USER_TEAM_ROLE_UPDATED'])

  • user_id (str)

  • user_email (str)

  • team_id (str)

  • team_name (str)

  • new_role_name (str)

model_config = {'extra': 'forbid'}

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].