Databricks SDK for JavaScript
    Preparing search index...

    Definition of an IP Access list

    interface AccountIpAccessList {
        addressCount?: number;
        createdAt?: bigint;
        createdBy?: bigint;
        enabled?: boolean;
        ipAddresses?: string[];
        label?: string;
        listId?: string;
        listType?: AccountIpAccessListType_IpAccessListType;
        updatedAt?: bigint;
        updatedBy?: bigint;
    }
    Index

    Properties

    addressCount?: number

    Total number of IP or CIDR values.

    createdAt?: bigint

    Creation timestamp in milliseconds.

    createdBy?: bigint

    The ID of the user that created this list.

    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

    Universally unique identifier (UUID) of the IP access list.

    updatedAt?: bigint

    Update timestamp in milliseconds.

    updatedBy?: bigint

    The ID of the user that last updated this list.