AuditLogEventWebhookSigningSecretRotated¶ class baseten.client.managementapi.AuditLogEventWebhookSigningSecretRotated(*, event_type, webhook_signing_secret_id)¶ Bases: BaseModel Parameters: event_type (Literal['WEBHOOK_SIGNING_SECRET_ROTATED']) webhook_signing_secret_id (str) model_config = {'extra': 'forbid'}¶ Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].