Databricks SDK for JavaScript
    Preparing search index...
    interface AccountNetworkPolicy {
        accountId?: string;
        egress?: EgressNetworkPolicy;
        ingress?: IngressNetworkPolicy;
        ingressDryRun?: IngressNetworkPolicy;
        networkPolicyId?: string;
    }
    Index

    Properties

    accountId?: string

    The associated account ID for this Network Policy object.

    The network policies applying for egress traffic.

    The network policies applying for ingress traffic.

    ingressDryRun?: IngressNetworkPolicy

    The ingress policy for dry run mode. Dry run will always run even if the request is allowed by the ingress policy. When this field is set, the policy will be evaluated and emit logs only without blocking requests.

    networkPolicyId?: string

    The unique identifier for the network policy.