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

    Interface UpdateIpRangeFromAccessControlListRequestData

    interface UpdateIpRangeFromAccessControlListRequestData {
        accessControlListId: string;
        ipRangeId: string;
        updateIpRangeRequestBody: IpRangeRequest;
    }
    Index

    Properties

    accessControlListId: string

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

    ipRangeId: string

    The ID of the IP range that you want to update.

    updateIpRangeRequestBody: IpRangeRequest

    The IP range details used to update the IP range property from an Access Control List