AuditLogEventRequireGroupBasedAdminsEnabled

class baseten.client.managementapi.AuditLogEventRequireGroupBasedAdminsEnabled(*, event_type, organization_id)

Bases: BaseModel

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

  • organization_id (str)

model_config = {'extra': 'forbid'}

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