Databricks SDK for JavaScript
    Preparing search index...

    Interface IngressNetworkPolicy_AccountApiDestination

    Matches account-level Databricks API endpoints for an ingress network policy rule.

    interface IngressNetworkPolicy_AccountApiDestination {
        scopeQualifier?: IngressNetworkPolicy_ApiScopeQualifier;
        scopes?: string[];
    }
    Index

    Properties

    Qualifies the breadth of API access for the listed scopes. See ApiScopeQualifier.

    scopes?: string[]