Databricks SDK for JavaScript
    Preparing search index...

    Interface UpdateAccountIpAccessListRequest

    Details required to update an IP access list.

    interface UpdateAccountIpAccessListRequest {
        accountId?: string;
        enabled?: boolean;
        ipAddresses?: string[];
        label?: string;
        listId?: string;
        listType?: AccountIpAccessListType_IpAccessListType;
    }
    Index

    Properties

    accountId?: string
    enabled?: boolean

    Specifies whether this IP access list is enabled.

    ipAddresses?: string[]
    label?: string

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

    listId?: string

    The ID for the corresponding IP access list