AuditLogEventWebhookSigningSecretDeleted

class baseten.client.managementapi.AuditLogEventWebhookSigningSecretDeleted(*, event_type, webhook_signing_secret_id)

Bases: BaseModel

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

  • webhook_signing_secret_id (str)

model_config = {'extra': 'forbid'}

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