-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIdLE.Steps.Common.psd1
More file actions
24 lines (22 loc) · 865 Bytes
/
IdLE.Steps.Common.psd1
File metadata and controls
24 lines (22 loc) · 865 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
@{
RootModule = 'IdLE.Steps.Common.psm1'
ModuleVersion = '0.7.2'
GUID = '9bdf5e97-0344-4191-82ed-c534bd7cb9b5'
Author = 'Matthias Fleschuetz'
Copyright = '(c) Matthias Fleschuetz. All rights reserved.'
Description = 'Common built-in steps for IdLE.'
PowerShellVersion = '7.0'
FunctionsToExport = @(
'Invoke-IdleStepEmitEvent',
'Invoke-IdleStepEnsureAttribute',
'Invoke-IdleStepEnsureEntitlement'
)
PrivateData = @{
PSData = @{
Tags = @('IdentityLifecycleEngine', 'IdLE', 'Steps')
LicenseUri = 'https://www.apache.org/licenses/LICENSE-2.0'
ProjectUri = 'https://github.com/blindzero/IdentityLifecycleEngine'
ContactEmail = '13959569+blindzero@users.noreply.github.com'
}
}
}