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