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

    Interface AddIpRangeToAccessControlListRequestData

    interface AddIpRangeToAccessControlListRequestData {
        accessControlListId: string;
        addIpRangeRequestBody: IpRangeRequest;
    }
    Index

    Properties

    accessControlListId: string

    The ID of the access control list entry. that you want to work with

    addIpRangeRequestBody: IpRangeRequest