Databricks SDK for JavaScript
    Preparing search index...

    Interface UpdateAlertRequest

    interface UpdateAlertRequest {
        alert?: UpdateAlertRequestAlert;
        autoResolveDisplayName?: boolean;
        id?: string;
        updateMask?: FieldMask<UpdateAlertRequestAlert>;
    }
    Index

    Properties

    autoResolveDisplayName?: boolean

    If true, automatically resolve alert display name conflicts. Otherwise, fail the request if the alert's display name conflicts with an existing alert's display name.

    id?: string