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

    Interface UpdateAccessControlListRequest

    interface UpdateAccessControlListRequest {
        enabled?: boolean;
        ipRanges?: IpRangeRequest[];
        name: string;
    }
    Index

    Properties

    enabled?: boolean

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

    ipRanges?: IpRangeRequest[]

    An array of all the IP ranges to update.

    name: string

    Your name for the access control list entry.