Databricks SDK for JavaScript
    Preparing search index...

    Per-principal threshold override on a PER_USER alert: bumps the alert's quantity_threshold for one principal_id.

    interface PrincipalOverride {
        overrideThreshold?: string;
        principalId?: bigint;
    }
    Index

    Properties

    overrideThreshold?: string

    Dollar amount that overrides the parent alert's quantity_threshold for this principal.

    principalId?: bigint

    Account-level principal id (user, group, or service principal).