-
Notifications
You must be signed in to change notification settings - Fork 0
/
Ubisecure.SSO.Management.psd1
74 lines (63 loc) · 1.62 KB
/
Ubisecure.SSO.Management.psd1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
#
# Module manifest for module "Ubisecure.SSO.Management"
#
@{
RootModule = "Ubisecure.SSO.Management.psm1"
ModuleVersion = "1.1.0"
GUID = "34f38943-e532-4977-b814-8e60a453160c"
Author = "petteri.stenius@ubisecure.com"
Description = "PowerShell bindings for Ubisecure SSO Management API"
PowerShellVersion = "5.1"
CompatiblePSEditions = "Desktop","Core"
DefaultCommandPrefix = "SSO"
FunctionsToExport = @(
"New-ObjectPath",
"ConvertFrom-ObjectPath",
"ConvertTo-ObjectPath",
"Join-ChildPath",
"Join-LinkPath",
"ConvertFrom-LinkPath",
"Join-AttributePath",
"ConvertFrom-AttributePath",
"New-Context",
"Remove-Context",
"New-Logon",
"Invoke-Api",
"ConvertTo-Object",
"Get-Object",
"Set-Object",
"Add-Object",
"Remove-Object",
"Get-Child",
"Set-Child",
"Remove-Child",
"ConvertTo-Link",
"Get-Link",
"Select-Link",
"Set-Link",
"Add-Link",
"Remove-Link",
"Get-Attribute",
"Set-Attribute",
"Add-Attribute",
"Remove-Attribute"
)
CmdletsToExport = @()
VariablesToExport = @()
AliasesToExport = @()
RequiredModules = @(
@{"ModuleName"="Ubisecure.QueryString";"ModuleVersion"="1.3.0";"Guid"="80f2f884-f2e3-457f-b7c2-16e884ce9ba2"}
@{"ModuleName"="Ubisecure.OAuth2";"ModuleVersion"="1.1.0";"Guid"="96e72ae8-79d7-4728-a0e0-6f4b28409460"}
)
NestedModules = @(
"Get-CallerPreference.ps1",
"context.ps1",
"logon.ps1",
"sso-path.ps1",
"object.ps1",
"child.ps1",
"link.ps1",
"attribute.ps1",
"Ubisecure.SSO.Management.psm1"
)
}