Databricks SDK for JavaScript
    Preparing search index...
    interface WorkspaceNetworkOption {
        networkPolicyId?: string;
        workspaceId?: bigint;
    }
    Index

    Properties

    networkPolicyId?: string

    The network policy ID to apply to the workspace. This controls the network access rules for all serverless compute resources in the workspace. Each workspace can only be linked to one policy at a time. If no policy is explicitly assigned, the workspace will use 'default-policy'.

    workspaceId?: bigint

    The workspace ID.