Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface AccessControlList

    interface AccessControlList {
        createTime?: Date;
        enabled?: boolean;
        id?: string;
        ipRanges: IpRange[];
        name: string;
        projectId?: string;
        trunks?: string[];
        updateTime?: Date;
    }
    Index

    Properties

    createTime?: Date

    The time the access control list was created.

    enabled?: boolean

    Whether the access control list entry is enabled. You can use this to disable an list temporarily without deleting it.

    id?: string

    The ID of the access control list entry.

    ipRanges: IpRange[]

    The associated IP ranges. When creating you need to submit at least one IP range.

    name: string

    Your name for the access control list entry.

    projectId?: string

    The ID of the project.

    trunks?: string[]

    The associated SIP trunks ID.

    updateTime?: Date

    The time the access control list was created.