darrenjrobinson / powershell_module_identitynow

SailPoint IdentityNow PowerShell Module
https://blog.darrenjrobinson.com/sailpoint-identitynow/
MIT License
47 stars 15 forks source link

mix of fixes and keeping up with api changes #38

Closed 410sean closed 3 years ago

410sean commented 3 years ago

Get-IdentityNowIdentityAttributePreview.ps1 updated because querying all identityprofiles does not return what i need from querying the individual identity profile new Export-IdentityNowConfig for storing idn in source control Get-IdentityNowSourceAccounts.ps1 fixes to api and renewing token when getting attributes Join-IdentityNowAccount.ps1 added a way to submit multiple joins

early verison of Invoke-IdentityNowAccountCorrelation which relied on updates to Join-IdentityNowAccount. will pull every uncorrelated account in a source and every identity missing that source and run an anchor comparison to see if they should be joined. equivalent to an unoptimized aggregation

410sean commented 3 years ago

i have a fix to update-identitynowprofilemapping https://github.com/410sean/powershell_module_identitynow/commit/5b4db6f5739ab04d5ce9603874d493b76b90b2c3#diff-37bf3bb72d53c0071f5ac4c0b1e7b8d26d8c60575ea909e501fe80a06e81fd5e small change, should i close this pull request and open a new one?