bin/Get-RestIPAuth.ps1

function Get-RestIPAuth
{
    $RestIPAuth = @{
        UserIP = @(
                @{
                    IP = '192.168.22.18'
                },
                @{
                    IP = "192.168.22.5"
                }
            )
        }
    $RestIPAuth
}