AuditLogEventDirectoryGroupRoleUpdated

class baseten.client.managementapi.AuditLogEventDirectoryGroupRoleUpdated(*, event_type, directory_group_id, directory_group_name, new_role_name, team_id, team_name)

Bases: BaseModel

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

  • directory_group_id (str)

  • directory_group_name (str)

  • new_role_name (str)

  • team_id (str | None)

  • team_name (str | None)

model_config = {'extra': 'forbid'}

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