You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Added deleteAccount configuration option to skip account deletion operations instead of permanently deleting accounts.
Added support for building location information (buildingId) in user accounts, extractable from the locations field mapping.
Added flexibility to specify Organizational Unit (OU) from either configuration settings (InitialContainer, EnabledContainer, DisabledContainer) or field mapping.
Enhanced action context with previousData and data tracking for better change management and auditability.
Import script now extracts and includes buildingId in the account object.
Changed
Updated configuration descriptions:
DefaultDomain: Now clarifies usage for resource creation and group sub-permissions.
ParentOrgUnitPath: Now clarifies usage for organizational unit resource creation.
Improved character limit handling for displayName and description fields (max 100 characters).
Moved logging statements outside of dry-run checks for better auditability.
Fixed
Improved handling of organizational unit changes during account updates.