Releases: Tools4ever-NIM/NIM-System-REST-Azure-AD
Releases · Tools4ever-NIM/NIM-System-REST-Azure-AD
1.6.1
1.6
- Fixed extra slash in paths
- Additional fields for licenses
- Added Exchange: Mailbox Automatic Reply Configuration (Requires MailboxSettings.Read permission)
1.5
- Updated URI configuration to allow for different Graph API versions
- Added auditLogs_signIns (Requires Application Permission for Reports.Read.All)
- Added report_office365ActiveUserDetails (Requires Application Permission for Reports.Read.All)
- Changed default page size to 500
1.4
- Updated Risky Users pagination size to 500
- Added Data Tables
- Auth Methods - External
- Create/Delete
- Auth Methods - External
1.3.4
- Removed Manager from User Update
- Add mapping for Manager Update and Remove
1.3.3
- Renamed "temporaryAccessPassMethods" to "auth_temporaryAccessPassMethods"
- Added tables
- auth_emailMethods
- read/create/delete
- auth_fido2Methods
- read/delete
- auth_microsoftAuthenticatorMethods
- read/delete
- auth_platformCredentialMethods
- read/delete
- auth_phoneMethods
- read/create/delete
- auth_softwareOathMethods
- read/delete
- auth_WindowsHelloForBusinessMethods
- read/delete
- report_userRegistrationDetails
- read
- auth_emailMethods
*Please note all "auth_" tables require iterating over each user for each selected method. (e.g. 10,000 users x 3 methods = 30,000 requests). These requests can also be throttled by Microsoft.
1.3.2
- Added Temporary Access Pass action with no vault writeback
- Alternative to using the temporary access pass table which can take a long period of time to collect
1.3.1
- Removed unnecessary code
- Updated Key for Licenses
- Updated "id" datatype for Licenses
- Fixed Group Memberships operations
- Updated Default Configuration Scenario
1.3
Requires NIM 5.1.1728 or higher
- Cleaned up Connector Schema
- Tables Added:
- Administrative Units
- Administrative Unit Members
- Bitlocker Recovery Keys
- Devices
- Device Local Credentials
- Device Registered Owners
- Temporary Access Pass
- Fields Added
- Users: Manager
- Added Default Configuration Scenario
1.2.1
- Only show warning if group doesn't exist when pulling members. Can occur when group is deleted mid collection