Databricks SDK for JavaScript
    Preparing search index...
    interface TrashAlertRequest {
        id?: string;
        purge?: boolean;
    }
    Index

    Properties

    Properties

    id?: string
    purge?: boolean

    Whether to permanently delete the alert. If not set, the alert will only be soft deleted.