Databricks SDK for JavaScript
    Preparing search index...

    Definition of an IP Access list

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

    Properties

    addressCount?: number

    Total number of IP or CIDR values.

    createdAt?: bigint

    Creation timestamp in milliseconds.

    createdBy?: bigint

    User ID of the user who 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.

    listType?: IpAccessListType
    updatedAt?: bigint

    Update timestamp in milliseconds.

    updatedBy?: bigint

    User ID of the user who updated this list.