Databricks SDK for JavaScript
    Preparing search index...

    Variable IngressNetworkPolicy_PrivateAccess_RestrictionModeConst

    IngressNetworkPolicy_PrivateAccess_RestrictionMode: {
        ALLOW_ALL_REGISTERED_ENDPOINTS: "ALLOW_ALL_REGISTERED_ENDPOINTS";
        RESTRICTED_ACCESS: "RESTRICTED_ACCESS";
    } = ...

    The restriction mode for private access. In ALLOW_ALL_REGISTERED_ENDPOINTS mode, requests arriving through any endpoint registered to the account are allowed, and deny rules and allow rules cannot be set. In RESTRICTED_ACCESS mode, access is restricted based on deny rules and allow rules; requests that do not match any allow rule are denied.

    Type Declaration

    • ReadonlyALLOW_ALL_REGISTERED_ENDPOINTS: "ALLOW_ALL_REGISTERED_ENDPOINTS"

      Allows requests arriving through any endpoint registered to the account. Deny rules and allow rules cannot be set in this mode.

    • ReadonlyRESTRICTED_ACCESS: "RESTRICTED_ACCESS"

      Restricts access based on deny rules and allow rules. Requests that do not match any allow rule are denied.