Databricks SDK for JavaScript
    Preparing search index...

    Interface CreateAccountIpAccessListRequest

    Details required to configure a block list or allow list.

    interface CreateAccountIpAccessListRequest {
        accountId?: string;
        ipAddresses?: string[];
        label?: string;
        listType?: AccountIpAccessListType_IpAccessListType;
    }
    Index

    Properties

    accountId?: string
    ipAddresses?: string[]
    label?: string