mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
Update to powershell SDK docs: 13590494573
This commit is contained in:
@@ -90,10 +90,10 @@ $IdentityWithNewAccess = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToIdentityWithNewAccess -Json $IdentityWithNewAccess
|
||||
Start-BetaPredictSodViolations -BetaIdentityWithNewAccess $Result
|
||||
Start-BetaPredictSodViolations -IdentityWithNewAccess $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Start-BetaPredictSodViolations -BetaIdentityWithNewAccess $Result
|
||||
# Start-BetaPredictSodViolations -IdentityWithNewAccess $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Start-BetaPredictSodViolations"
|
||||
Write-Host $_.ErrorDetails
|
||||
|
||||
Reference in New Issue
Block a user