AuditLogEventUserRoleUpdated

class baseten.client.managementapi.AuditLogEventUserRoleUpdated(*, event_type, user_id, user_email, new_role_name)

Bases: BaseModel

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

  • user_id (str)

  • user_email (str)

  • new_role_name (str)

model_config = {'extra': 'forbid'}

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