mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 04:19:42 +00:00
Update to powershell SDK docs: 13123805130
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
---
|
||||
id: public-identities-config
|
||||
title: PublicIdentitiesConfig
|
||||
@@ -118,7 +117,7 @@ $PublicIdentityConfig = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToPublicIdentityConfig -Json $PublicIdentityConfig
|
||||
Update-PublicIdentityConfig-PublicIdentityConfig $Result
|
||||
Update-PublicIdentityConfig -PublicIdentityConfig $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Update-PublicIdentityConfig -PublicIdentityConfig $PublicIdentityConfig
|
||||
|
||||
Reference in New Issue
Block a user