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