The payload for the GetAccessPoints API.

GetAccessPointsResult

interface GetAccessPointsResult {
    accessPointsMap: {
        [key: string]: AccessPoint[];
    };
}

Properties

Properties

accessPointsMap: {
    [key: string]: AccessPoint[];
}

Map of type of access point to list of access points

GetAccessPointsResult