Implement Set Default Identity Source and Get Default Identity Source (#545)
Signed-off-by: Dimitar Milov <dmilov@vmware.com>
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
RootModule = 'VMware.vSphere.SsoAdmin.psm1'
|
||||
|
||||
# Version number of this module.
|
||||
ModuleVersion = '1.3.7'
|
||||
ModuleVersion = '1.3.8'
|
||||
|
||||
# Supported PSEditions
|
||||
# CompatiblePSEditions = @()
|
||||
@@ -77,7 +77,7 @@ FunctionsToExport = 'Connect-SsoAdminServer', 'Disconnect-SsoAdminServer',
|
||||
'Add-UserToSsoGroup', 'Remove-UserFromSsoGroup',
|
||||
'Get-SsoPasswordPolicy', 'Set-SsoPasswordPolicy',
|
||||
'Get-SsoLockoutPolicy', 'Set-SsoLockoutPolicy',
|
||||
'Get-SsoTokenLifetime', 'Set-SsoTokenLifetime', 'Get-IdentitySource',
|
||||
'Get-SsoTokenLifetime', 'Set-SsoTokenLifetime', 'Get-IdentitySource', 'Set-IdentitySource',
|
||||
'Remove-IdentitySource', 'Add-ActiveDirectoryIdentitySource',
|
||||
'Add-LDAPIdentitySource', 'Set-LDAPIdentitySource',
|
||||
'Get-SsoAuthenticationPolicy', 'Set-SsoAuthenticationPolicy'
|
||||
|
||||
Reference in New Issue
Block a user