Databricks SDK for JavaScript
    Preparing search index...

    Variable IngressNetworkPolicy_ApiScopeQualifierConst

    IngressNetworkPolicy_ApiScopeQualifier: {
        API_SCOPE_QUALIFIER_ALL: "API_SCOPE_QUALIFIER_ALL";
        API_SCOPE_QUALIFIER_READ: "API_SCOPE_QUALIFIER_READ";
    } = ...

    Qualifies the breadth of API access permitted by an ingress network policy rule. API_SCOPE_QUALIFIER_READ narrows matching to read-only variants of the listed scopes; API_SCOPE_QUALIFIER_ALL matches any scope. When unset, scopes match exactly as listed.

    Type Declaration

    • ReadonlyAPI_SCOPE_QUALIFIER_ALL: "API_SCOPE_QUALIFIER_ALL"

      Matches any scope regardless of access level.

    • ReadonlyAPI_SCOPE_QUALIFIER_READ: "API_SCOPE_QUALIFIER_READ"

      Narrows matching to read-only variants of the listed scopes (e.g. GET/HEAD requests).