OneLogin

1.0.10

A PowerShell module for automating components of a OneLogin account.

Minimum PowerShell version

5.0

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name OneLogin -RequiredVersion 1.0.10

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name OneLogin -Version 1.0.10

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2016 . All rights reserved.

Package Details

Author(s)

  • Matt McNabb

Tags

OneLogin REST IAM Identity

Functions

Add-OneLoginUserRole Get-OneLoginCustomAttribute Get-OneLoginEvent Get-OneLoginGroup Get-OneLoginRole Get-OneLoginUser Get-OneLoginUserApp Get-OneLoginUserGroup Get-OneLoginUserRole Invoke-OneLoginUserLockout Invoke-OneLoginUserLogoff New-OneLoginRefreshToken New-OneLoginToken New-OneLoginUser Remove-OneLoginUser Remove-OneLoginUserCustomAttribute Remove-OneLoginUserRole Set-OneLoginUser Set-OneLoginUserCustomAttribute

Dependencies

This module has no dependencies.

Release Notes


v1.0.10
Features
- added the ability to filter for users by last name
Bug fixes
- some objects might not be returned if unexpected properties were returned from the REST API - fixed
- *Token commands should not have a default value for -Token parameter - fixed

v1.0.6
Bug fixes
- If you use the -WhatIf parameter with impactful commands (remove,set,add), the typename of the user object is returned instead of the user id - fixed
- Get-OneLoginUserRole and Get-OneLoginUserGroup sometimes returned incorrect data if you pipe the user object in via a variable - fixed

v1.0.5
Bug Fixes
- Filter parameters for Get-OneLoginEvent/Role/User don"t accept multiple filter properties
- Filter parameters for Get-OneLoginEvent/Role/User accept null values

FileList

Version History

Version Downloads Last updated
2.3.25 771 9/23/2018
2.1.24 256 7/26/2017
2.0.22 30 6/26/2017
1.0.10 (current version) 31 6/3/2017
1.0.6 71 1/28/2017
1.0.5 37 12/22/2016
1.0.4 68 10/21/2016
Show more