Databricks SDK for JavaScript
    Preparing search index...

    Interface UpdateNetworkPolicyRequest

    interface UpdateNetworkPolicyRequest {
        accountId?: string;
        networkPolicy?: AccountNetworkPolicy;
        networkPolicyId?: string;
    }
    Index

    Properties

    accountId?: string

    Your account ID. You can find your account ID in your accounts console.

    networkPolicy?: AccountNetworkPolicy

    Updated network policy configuration details.

    networkPolicyId?: string

    The unique identifier for the network policy.