Databricks SDK for JavaScript
    Preparing search index...

    Details required to configure a block list or allow list.

    interface CreateIpAccessListRequest {
        ipAddresses?: string[];
        label?: string;
        listType?: IpAccessListType;
    }
    Index

    Properties

    ipAddresses?: string[]
    label?: string

    Label for the IP access list. This cannot be empty.

    listType?: IpAccessListType