IdLE.Steps.DirectorySync.psd1
|
@{ RootModule = 'IdLE.Steps.DirectorySync.psm1' ModuleVersion = '0.9.2' GUID = 'b2c3d4e5-6f78-9012-bcde-f12345678901' Author = 'Matthias Fleschuetz' Copyright = '(c) Matthias Fleschuetz. All rights reserved.' Description = 'Generic directory sync steps for IdLE.' PowerShellVersion = '7.0' HelpInfoUri = 'https://blindzero.github.io/IdentityLifecycleEngine/' RequiredModules = @( 'IdLE.Core', 'IdLE.Steps.Common' ) FunctionsToExport = @( 'Get-IdleStepMetadataCatalog', 'Invoke-IdleStepTriggerDirectorySync' ) PrivateData = @{ PSData = @{ Tags = @('IdentityLifecycleEngine', 'IdLE', 'Steps', 'DirectorySync', 'Synchronization') LicenseUri = 'https://www.apache.org/licenses/LICENSE-2.0' ProjectUri = 'https://github.com/blindzero/IdentityLifecycleEngine' ReleaseNotes = 'https://github.com/blindzero/IdentityLifecycleEngine/releases' ContactEmail = '13959569+blindzero@users.noreply.github.com' RepositoryUrl = 'https://github.com/blindzero/IdentityLifecycleEngine' BugTrackerUrl = 'https://github.com/blindzero/IdentityLifecycleEngine/issues' } } } |