Databricks SDK for JavaScript
    Preparing search index...

    Interface IngressNetworkPolicy_CrossWorkspaceIngressRule

    An ingress rule is enforced when a request satisfies all specified attributes — including request origin, destination, and authentication.

    interface IngressNetworkPolicy_CrossWorkspaceIngressRule {
        authentication?: IngressNetworkPolicy_Authentication;
        destination?: IngressNetworkPolicy_RequestDestination;
        label?: string;
        origin?: IngressNetworkPolicy_CrossWorkspaceRequestOrigin;
    }
    Index

    Properties

    The authenticated identity the request must match. When unset, the rule matches all users and service principals.

    The destination the request must match — the resource being accessed, for example the workspace UI or workspace APIs. See RequestDestination.

    label?: string

    The label for this ingress rule.

    The origin the request must match — the source workspace the request comes from, either specific source workspaces or any source workspace in any account. See CrossWorkspaceRequestOrigin.