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:
@@ -182,10 +182,10 @@ $AccessProfile = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToAccessProfile -Json $AccessProfile
|
||||
New-BetaAccessProfile -BetaAccessProfile $Result
|
||||
New-BetaAccessProfile -AccessProfile $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# New-BetaAccessProfile -BetaAccessProfile $Result
|
||||
# New-BetaAccessProfile -AccessProfile $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling New-BetaAccessProfile"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -284,10 +284,10 @@ $AccessProfileBulkDeleteRequest = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToAccessProfileBulkDeleteRequest -Json $AccessProfileBulkDeleteRequest
|
||||
Remove-BetaAccessProfilesInBulk -BetaAccessProfileBulkDeleteRequest $Result
|
||||
Remove-BetaAccessProfilesInBulk -AccessProfileBulkDeleteRequest $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Remove-BetaAccessProfilesInBulk -BetaAccessProfileBulkDeleteRequest $Result
|
||||
# Remove-BetaAccessProfilesInBulk -AccessProfileBulkDeleteRequest $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Remove-BetaAccessProfilesInBulk"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -503,10 +503,10 @@ $Id = "2c91808a7813090a017814121919ecca" # String | ID of the Access Profile to
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToJsonPatchOperation -Json $JsonPatchOperation
|
||||
Update-BetaAccessProfile -Id $Id -BetaJsonPatchOperation $Result
|
||||
Update-BetaAccessProfile -Id $Id -JsonPatchOperation $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Update-BetaAccessProfile -Id $Id -BetaJsonPatchOperation $Result
|
||||
# Update-BetaAccessProfile -Id $Id -JsonPatchOperation $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Update-BetaAccessProfile"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -557,10 +557,10 @@ Code | Description | Data Type
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToAccessProfileBulkUpdateRequestInner -Json $AccessProfileBulkUpdateRequestInner
|
||||
Update-BetaAccessProfilesInBulk -BetaAccessProfileBulkUpdateRequestInner $Result
|
||||
Update-BetaAccessProfilesInBulk -AccessProfileBulkUpdateRequestInner $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Update-BetaAccessProfilesInBulk -BetaAccessProfileBulkUpdateRequestInner $Result
|
||||
# Update-BetaAccessProfilesInBulk -AccessProfileBulkUpdateRequestInner $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Update-BetaAccessProfilesInBulk"
|
||||
Write-Host $_.ErrorDetails
|
||||
|
||||
@@ -88,10 +88,10 @@ $CommentDto = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToCommentDto -Json $CommentDto
|
||||
Approve-BetaAccessRequest -ApprovalId $ApprovalId -BetaCommentDto $Result
|
||||
Approve-BetaAccessRequest -ApprovalId $ApprovalId -CommentDto $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Approve-BetaAccessRequest -ApprovalId $ApprovalId -BetaCommentDto $Result
|
||||
# Approve-BetaAccessRequest -ApprovalId $ApprovalId -CommentDto $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Approve-BetaAccessRequest"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -140,10 +140,10 @@ $ForwardApprovalDto = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToForwardApprovalDto -Json $ForwardApprovalDto
|
||||
Invoke-BetaForwardAccessRequest -ApprovalId $ApprovalId -BetaForwardApprovalDto $Result
|
||||
Invoke-BetaForwardAccessRequest -ApprovalId $ApprovalId -ForwardApprovalDto $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Invoke-BetaForwardAccessRequest -ApprovalId $ApprovalId -BetaForwardApprovalDto $Result
|
||||
# Invoke-BetaForwardAccessRequest -ApprovalId $ApprovalId -ForwardApprovalDto $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Invoke-BetaForwardAccessRequest"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -352,10 +352,10 @@ $CommentDto = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToCommentDto -Json $CommentDto
|
||||
Deny-BetaAccessRequest -ApprovalId $ApprovalId -BetaCommentDto $Result
|
||||
Deny-BetaAccessRequest -ApprovalId $ApprovalId -CommentDto $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Deny-BetaAccessRequest -ApprovalId $ApprovalId -BetaCommentDto $Result
|
||||
# Deny-BetaAccessRequest -ApprovalId $ApprovalId -CommentDto $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Deny-BetaAccessRequest"
|
||||
Write-Host $_.ErrorDetails
|
||||
|
||||
@@ -80,10 +80,10 @@ $CancelAccessRequest = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToCancelAccessRequest -Json $CancelAccessRequest
|
||||
Suspend-BetaAccessRequest -BetaCancelAccessRequest $Result
|
||||
Suspend-BetaAccessRequest -CancelAccessRequest $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Suspend-BetaAccessRequest -BetaCancelAccessRequest $Result
|
||||
# Suspend-BetaAccessRequest -CancelAccessRequest $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Suspend-BetaAccessRequest"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -142,10 +142,10 @@ $CloseAccessRequest = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToCloseAccessRequest -Json $CloseAccessRequest
|
||||
Close-BetaAccessRequest -BetaCloseAccessRequest $Result
|
||||
Close-BetaAccessRequest -CloseAccessRequest $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Close-BetaAccessRequest -BetaCloseAccessRequest $Result
|
||||
# Close-BetaAccessRequest -CloseAccessRequest $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Close-BetaAccessRequest"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -271,10 +271,10 @@ $AccessRequest = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToAccessRequest -Json $AccessRequest
|
||||
New-BetaAccessRequest -BetaAccessRequest $Result
|
||||
New-BetaAccessRequest -AccessRequest $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# New-BetaAccessRequest -BetaAccessRequest $Result
|
||||
# New-BetaAccessRequest -AccessRequest $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling New-BetaAccessRequest"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -450,10 +450,10 @@ $AccessRequestConfig = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToAccessRequestConfig -Json $AccessRequestConfig
|
||||
Set-BetaAccessRequestConfig -BetaAccessRequestConfig $Result
|
||||
Set-BetaAccessRequestConfig -AccessRequestConfig $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Set-BetaAccessRequestConfig -BetaAccessRequestConfig $Result
|
||||
# Set-BetaAccessRequestConfig -AccessRequestConfig $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Set-BetaAccessRequestConfig"
|
||||
Write-Host $_.ErrorDetails
|
||||
|
||||
@@ -117,10 +117,10 @@ $AccountAttributesCreate = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToAccountAttributesCreate -Json $AccountAttributesCreate
|
||||
New-BetaAccount -BetaAccountAttributesCreate $Result
|
||||
New-BetaAccount -AccountAttributesCreate $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# New-BetaAccount -BetaAccountAttributesCreate $Result
|
||||
# New-BetaAccount -AccountAttributesCreate $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling New-BetaAccount"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -271,10 +271,10 @@ $AccountToggleRequest = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToAccountToggleRequest -Json $AccountToggleRequest
|
||||
Disable-BetaAccount -Id $Id -BetaAccountToggleRequest $Result
|
||||
Disable-BetaAccount -Id $Id -AccountToggleRequest $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Disable-BetaAccount -Id $Id -BetaAccountToggleRequest $Result
|
||||
# Disable-BetaAccount -Id $Id -AccountToggleRequest $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Disable-BetaAccount"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -365,10 +365,10 @@ $IdentitiesAccountsBulkRequest = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToIdentitiesAccountsBulkRequest -Json $IdentitiesAccountsBulkRequest
|
||||
Disable-BetaAccountsForIdentities -BetaIdentitiesAccountsBulkRequest $Result
|
||||
Disable-BetaAccountsForIdentities -IdentitiesAccountsBulkRequest $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Disable-BetaAccountsForIdentities -BetaIdentitiesAccountsBulkRequest $Result
|
||||
# Disable-BetaAccountsForIdentities -IdentitiesAccountsBulkRequest $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Disable-BetaAccountsForIdentities"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -418,10 +418,10 @@ $AccountToggleRequest = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToAccountToggleRequest -Json $AccountToggleRequest
|
||||
Enable-BetaAccount -Id $Id -BetaAccountToggleRequest $Result
|
||||
Enable-BetaAccount -Id $Id -AccountToggleRequest $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Enable-BetaAccount -Id $Id -BetaAccountToggleRequest $Result
|
||||
# Enable-BetaAccount -Id $Id -AccountToggleRequest $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Enable-BetaAccount"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -512,10 +512,10 @@ $IdentitiesAccountsBulkRequest = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToIdentitiesAccountsBulkRequest -Json $IdentitiesAccountsBulkRequest
|
||||
Enable-BetaAccountsForIdentities -BetaIdentitiesAccountsBulkRequest $Result
|
||||
Enable-BetaAccountsForIdentities -IdentitiesAccountsBulkRequest $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Enable-BetaAccountsForIdentities -BetaIdentitiesAccountsBulkRequest $Result
|
||||
# Enable-BetaAccountsForIdentities -IdentitiesAccountsBulkRequest $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Enable-BetaAccountsForIdentities"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -635,8 +635,8 @@ Param Type | Name | Data Type | Required | Description
|
||||
Query | Limit | **Int32** | (optional) (default to 250) | Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
||||
Query | Offset | **Int32** | (optional) (default to 0) | Offset into the full result set. Usually specified with *limit* to paginate through the results. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
||||
Query | Count | **Boolean** | (optional) (default to $false) | If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned if *limit* and *offset* were ignored. Since requesting a total count can have a performance impact, it is recommended not to send **count=true** if that value will not be used. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
||||
Query | Filters | **String** | (optional) | Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq, in, sw* **identityId**: *eq, in, sw* **name**: *eq, in, sw* **nativeIdentity**: *eq, in, sw* **sourceId**: *eq, in, sw* **uncorrelated**: *eq* **entitlements**: *eq* **origin**: *eq, in* **manuallyCorrelated**: *eq* **hasEntitlements**: *eq* **identity.name**: *eq, in, sw* **identity.correlated**: *eq* **identity.identityState**: *eq, in* **source.displayableName**: *eq, in* **source.authoritative**: *eq* **source.connectionType**: *eq, in* **recommendation.method**: *eq, in, isnull* **created**: *eq, ge, gt, le* **modified**: *eq, ge, gt, le, lt*
|
||||
Query | Sorters | **String** | (optional) | Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **id, name, created, modified, sourceId, identityId, nativeIdentity, uuid, manuallyCorrelated, hasEntitlements, entitlements, origin, identity.name, identity.identityState, identity.correlated, source.displayableName, source.authoritative, source.connectionType, sourceOwner.name**
|
||||
Query | Filters | **String** | (optional) | Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq, in, sw* **identityId**: *eq, in, sw* **name**: *eq, in, sw* **nativeIdentity**: *eq, in, sw* **sourceId**: *eq, in, sw* **uncorrelated**: *eq* **entitlements**: *eq* **origin**: *eq, in* **manuallyCorrelated**: *eq* **identity.name**: *eq, in, sw* **identity.correlated**: *eq* **identity.identityState**: *eq, in* **source.displayableName**: *eq, in* **source.authoritative**: *eq* **source.connectionType**: *eq, in* **recommendation.method**: *eq, in, isnull*
|
||||
Query | Sorters | **String** | (optional) | Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **id, name, created, modified, sourceId, identityId, identity.id, nativeIdentity, uuid, manuallyCorrelated, entitlements, origin, identity.name, identity.identityState, identity.correlated, source.displayableName, source.authoritative, source.connectionType**
|
||||
|
||||
### Return type
|
||||
[**Account[]**](../models/account)
|
||||
@@ -661,8 +661,8 @@ $DetailLevel = "SLIM" # String | This value determines whether the API provides
|
||||
$Limit = 250 # Int32 | Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information. (optional) (default to 250)
|
||||
$Offset = 0 # Int32 | Offset into the full result set. Usually specified with *limit* to paginate through the results. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information. (optional) (default to 0)
|
||||
$Count = $true # Boolean | If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned if *limit* and *offset* were ignored. Since requesting a total count can have a performance impact, it is recommended not to send **count=true** if that value will not be used. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information. (optional) (default to $false)
|
||||
$Filters = 'identityId eq "2c9180858082150f0180893dbaf44201"' # String | Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq, in, sw* **identityId**: *eq, in, sw* **name**: *eq, in, sw* **nativeIdentity**: *eq, in, sw* **sourceId**: *eq, in, sw* **uncorrelated**: *eq* **entitlements**: *eq* **origin**: *eq, in* **manuallyCorrelated**: *eq* **hasEntitlements**: *eq* **identity.name**: *eq, in, sw* **identity.correlated**: *eq* **identity.identityState**: *eq, in* **source.displayableName**: *eq, in* **source.authoritative**: *eq* **source.connectionType**: *eq, in* **recommendation.method**: *eq, in, isnull* **created**: *eq, ge, gt, le* **modified**: *eq, ge, gt, le, lt* (optional)
|
||||
$Sorters = "id,name" # String | Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **id, name, created, modified, sourceId, identityId, nativeIdentity, uuid, manuallyCorrelated, hasEntitlements, entitlements, origin, identity.name, identity.identityState, identity.correlated, source.displayableName, source.authoritative, source.connectionType, sourceOwner.name** (optional)
|
||||
$Filters = 'identityId eq "2c9180858082150f0180893dbaf44201"' # String | Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq, in, sw* **identityId**: *eq, in, sw* **name**: *eq, in, sw* **nativeIdentity**: *eq, in, sw* **sourceId**: *eq, in, sw* **uncorrelated**: *eq* **entitlements**: *eq* **origin**: *eq, in* **manuallyCorrelated**: *eq* **identity.name**: *eq, in, sw* **identity.correlated**: *eq* **identity.identityState**: *eq, in* **source.displayableName**: *eq, in* **source.authoritative**: *eq* **source.connectionType**: *eq, in* **recommendation.method**: *eq, in, isnull* (optional)
|
||||
$Sorters = "id,name" # String | Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **id, name, created, modified, sourceId, identityId, identity.id, nativeIdentity, uuid, manuallyCorrelated, entitlements, origin, identity.name, identity.identityState, identity.correlated, source.displayableName, source.authoritative, source.connectionType** (optional)
|
||||
|
||||
# Accounts List
|
||||
|
||||
@@ -731,10 +731,10 @@ $AccountAttributes = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToAccountAttributes -Json $AccountAttributes
|
||||
Send-BetaAccount -Id $Id -BetaAccountAttributes $Result
|
||||
Send-BetaAccount -Id $Id -AccountAttributes $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Send-BetaAccount -Id $Id -BetaAccountAttributes $Result
|
||||
# Send-BetaAccount -Id $Id -AccountAttributes $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Send-BetaAccount"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -833,10 +833,10 @@ $AccountUnlockRequest = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToAccountUnlockRequest -Json $AccountUnlockRequest
|
||||
Unlock-BetaAccount -Id $Id -BetaAccountUnlockRequest $Result
|
||||
Unlock-BetaAccount -Id $Id -AccountUnlockRequest $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Unlock-BetaAccount -Id $Id -BetaAccountUnlockRequest $Result
|
||||
# Unlock-BetaAccount -Id $Id -AccountUnlockRequest $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Unlock-BetaAccount"
|
||||
Write-Host $_.ErrorDetails
|
||||
|
||||
@@ -217,7 +217,7 @@ try {
|
||||
Update-BetaDiscoveredApplicationByID -Id $Id
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Update-BetaDiscoveredApplicationByID -Id $Id -BetaJsonPatchOperations $Result
|
||||
# Update-BetaDiscoveredApplicationByID -Id $Id -JsonPatchOperations $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Update-BetaDiscoveredApplicationByID"
|
||||
Write-Host $_.ErrorDetails
|
||||
|
||||
@@ -79,10 +79,10 @@ $SourceAppCreateDto = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToSourceAppCreateDto -Json $SourceAppCreateDto
|
||||
New-BetaSourceApp -BetaSourceAppCreateDto $Result
|
||||
New-BetaSourceApp -SourceAppCreateDto $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# New-BetaSourceApp -BetaSourceAppCreateDto $Result
|
||||
# New-BetaSourceApp -SourceAppCreateDto $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling New-BetaSourceApp"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -646,7 +646,7 @@ try {
|
||||
Update-BetaSourceApp -Id $Id
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Update-BetaSourceApp -Id $Id -BetaJsonPatchOperation $Result
|
||||
# Update-BetaSourceApp -Id $Id -JsonPatchOperation $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Update-BetaSourceApp"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -700,7 +700,7 @@ try {
|
||||
Update-BetaUserApp -Id $Id
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Update-BetaUserApp -Id $Id -BetaJsonPatchOperation $Result
|
||||
# Update-BetaUserApp -Id $Id -JsonPatchOperation $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Update-BetaUserApp"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -759,7 +759,7 @@ try {
|
||||
Update-BetaSourceAppsInBulk
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Update-BetaSourceAppsInBulk -BetaSourceAppBulkUpdateRequest $Result
|
||||
# Update-BetaSourceAppsInBulk -SourceAppBulkUpdateRequest $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Update-BetaSourceAppsInBulk"
|
||||
Write-Host $_.ErrorDetails
|
||||
|
||||
@@ -160,10 +160,10 @@ $Id = "2c91808a7813090a017814121919ecca" # String | ID of the Auth Profile to pa
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToJsonPatchOperation -Json $JsonPatchOperation
|
||||
Update-BetaProfileConfig -Id $Id -BetaJsonPatchOperation $Result
|
||||
Update-BetaProfileConfig -Id $Id -JsonPatchOperation $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Update-BetaProfileConfig -Id $Id -BetaJsonPatchOperation $Result
|
||||
# Update-BetaProfileConfig -Id $Id -JsonPatchOperation $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Update-BetaProfileConfig"
|
||||
Write-Host $_.ErrorDetails
|
||||
|
||||
@@ -163,7 +163,7 @@ try {
|
||||
Complete-BetaCampaign -Id $Id
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Complete-BetaCampaign -Id $Id -BetaCompleteCampaignOptions $Result
|
||||
# Complete-BetaCampaign -Id $Id -CompleteCampaignOptions $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Complete-BetaCampaign"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -320,10 +320,10 @@ $Campaign = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToCampaign -Json $Campaign
|
||||
New-BetaCampaign -BetaCampaign $Result
|
||||
New-BetaCampaign -Campaign $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# New-BetaCampaign -BetaCampaign $Result
|
||||
# New-BetaCampaign -Campaign $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling New-BetaCampaign"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -495,10 +495,10 @@ $CampaignTemplate = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToCampaignTemplate -Json $CampaignTemplate
|
||||
New-BetaCampaignTemplate -BetaCampaignTemplate $Result
|
||||
New-BetaCampaignTemplate -CampaignTemplate $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# New-BetaCampaignTemplate -BetaCampaignTemplate $Result
|
||||
# New-BetaCampaignTemplate -CampaignTemplate $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling New-BetaCampaignTemplate"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -654,10 +654,10 @@ $DeleteCampaignsRequest = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToDeleteCampaignsRequest -Json $DeleteCampaignsRequest
|
||||
Remove-BetaCampaigns -BetaDeleteCampaignsRequest $Result
|
||||
Remove-BetaCampaigns -DeleteCampaignsRequest $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Remove-BetaCampaigns -BetaDeleteCampaignsRequest $Result
|
||||
# Remove-BetaCampaigns -DeleteCampaignsRequest $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Remove-BetaCampaigns"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -1095,10 +1095,10 @@ $AdminReviewReassign = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToAdminReviewReassign -Json $AdminReviewReassign
|
||||
Move-Beta -Id $Id -BetaAdminReviewReassign $Result
|
||||
Move-Beta -Id $Id -AdminReviewReassign $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Move-Beta -Id $Id -BetaAdminReviewReassign $Result
|
||||
# Move-Beta -Id $Id -AdminReviewReassign $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Move-Beta"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -1155,10 +1155,10 @@ $Id = "2c9180835d191a86015d28455b4a2329" # String | ID of the campaign template
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToJsonPatchOperation -Json $JsonPatchOperation
|
||||
Update-BetaCampaignTemplate -Id $Id -BetaJsonPatchOperation $Result
|
||||
Update-BetaCampaignTemplate -Id $Id -JsonPatchOperation $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Update-BetaCampaignTemplate -Id $Id -BetaJsonPatchOperation $Result
|
||||
# Update-BetaCampaignTemplate -Id $Id -JsonPatchOperation $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Update-BetaCampaignTemplate"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -1209,10 +1209,10 @@ $CampaignReportsConfig = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToCampaignReportsConfig -Json $CampaignReportsConfig
|
||||
Set-BetaCampaignReportsConfig -BetaCampaignReportsConfig $Result
|
||||
Set-BetaCampaignReportsConfig -CampaignReportsConfig $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Set-BetaCampaignReportsConfig -BetaCampaignReportsConfig $Result
|
||||
# Set-BetaCampaignReportsConfig -CampaignReportsConfig $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Set-BetaCampaignReportsConfig"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -1286,7 +1286,7 @@ try {
|
||||
Set-BetaCampaignTemplateSchedule -Id $Id
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Set-BetaCampaignTemplateSchedule -Id $Id -BetaSchedule $Result
|
||||
# Set-BetaCampaignTemplateSchedule -Id $Id -Schedule $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Set-BetaCampaignTemplateSchedule"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -1342,7 +1342,7 @@ try {
|
||||
Start-BetaCampaign -Id $Id
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Start-BetaCampaign -Id $Id -BetaActivateCampaignOptions $Result
|
||||
# Start-BetaCampaign -Id $Id -ActivateCampaignOptions $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Start-BetaCampaign"
|
||||
Write-Host $_.ErrorDetails
|
||||
|
||||
@@ -358,10 +358,10 @@ $ReviewReassign = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToReviewReassign -Json $ReviewReassign
|
||||
Submit-BetaReassignCertsAsync -Id $Id -BetaReviewReassign $Result
|
||||
Submit-BetaReassignCertsAsync -Id $Id -ReviewReassign $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Submit-BetaReassignCertsAsync -Id $Id -BetaReviewReassign $Result
|
||||
# Submit-BetaReassignCertsAsync -Id $Id -ReviewReassign $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Submit-BetaReassignCertsAsync"
|
||||
Write-Host $_.ErrorDetails
|
||||
|
||||
@@ -92,10 +92,10 @@ $ConnectorRuleCreateRequest = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToConnectorRuleCreateRequest -Json $ConnectorRuleCreateRequest
|
||||
New-BetaConnectorRule -BetaConnectorRuleCreateRequest $Result
|
||||
New-BetaConnectorRule -ConnectorRuleCreateRequest $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# New-BetaConnectorRule -BetaConnectorRuleCreateRequest $Result
|
||||
# New-BetaConnectorRule -ConnectorRuleCreateRequest $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling New-BetaConnectorRule"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -308,7 +308,7 @@ try {
|
||||
Update-BetaConnectorRule -Id $Id
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Update-BetaConnectorRule -Id $Id -BetaConnectorRuleUpdateRequest $Result
|
||||
# Update-BetaConnectorRule -Id $Id -ConnectorRuleUpdateRequest $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Update-BetaConnectorRule"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -355,10 +355,10 @@ $SourceCode = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToSourceCode -Json $SourceCode
|
||||
Confirm-BetaConnectorRule -BetaSourceCode $Result
|
||||
Confirm-BetaConnectorRule -SourceCode $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Confirm-BetaConnectorRule -BetaSourceCode $Result
|
||||
# Confirm-BetaConnectorRule -SourceCode $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Confirm-BetaConnectorRule"
|
||||
Write-Host $_.ErrorDetails
|
||||
|
||||
@@ -193,7 +193,7 @@ try {
|
||||
New-BetaFormDefinition
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# New-BetaFormDefinition -BetaCreateFormDefinitionRequest $Result
|
||||
# New-BetaFormDefinition -CreateFormDefinitionRequest $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling New-BetaFormDefinition"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -348,7 +348,7 @@ try {
|
||||
New-BetaFormDefinitionByTemplate
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# New-BetaFormDefinitionByTemplate -BetaCreateFormDefinitionRequest $Result
|
||||
# New-BetaFormDefinitionByTemplate -CreateFormDefinitionRequest $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling New-BetaFormDefinitionByTemplate"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -402,7 +402,7 @@ try {
|
||||
New-BetaFormDefinitionDynamicSchema
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# New-BetaFormDefinitionDynamicSchema -BetaBody $Result
|
||||
# New-BetaFormDefinitionDynamicSchema -Body $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling New-BetaFormDefinitionDynamicSchema"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -518,7 +518,7 @@ try {
|
||||
New-BetaFormInstance
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# New-BetaFormInstance -BetaBody $Result
|
||||
# New-BetaFormInstance -Body $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling New-BetaFormInstance"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -857,7 +857,7 @@ try {
|
||||
Import-BetaFormDefinitions
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Import-BetaFormDefinitions -BetaBody $Result
|
||||
# Import-BetaFormDefinitions -Body $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Import-BetaFormDefinitions"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -1214,7 +1214,7 @@ try {
|
||||
Show-BetaPreviewDataSource -FormDefinitionID $FormDefinitionID
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Show-BetaPreviewDataSource -FormDefinitionID $FormDefinitionID -Limit $Limit -Filters $Filters -Query $Query -BetaFormElementPreviewRequest $Result
|
||||
# Show-BetaPreviewDataSource -FormDefinitionID $FormDefinitionID -Limit $Limit -Filters $Filters -Query $Query -FormElementPreviewRequest $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Show-BetaPreviewDataSource"
|
||||
Write-Host $_.ErrorDetails
|
||||
|
||||
@@ -70,10 +70,10 @@ $CustomPasswordInstruction = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToCustomPasswordInstruction -Json $CustomPasswordInstruction
|
||||
New-BetaCustomPasswordInstructions -BetaCustomPasswordInstruction $Result
|
||||
New-BetaCustomPasswordInstructions -CustomPasswordInstruction $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# New-BetaCustomPasswordInstructions -BetaCustomPasswordInstruction $Result
|
||||
# New-BetaCustomPasswordInstructions -CustomPasswordInstruction $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling New-BetaCustomPasswordInstructions"
|
||||
Write-Host $_.ErrorDetails
|
||||
|
||||
@@ -552,7 +552,7 @@ try {
|
||||
Update-BetaEntitlement -Id $Id
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Update-BetaEntitlement -Id $Id -BetaJsonPatchOperation $Result
|
||||
# Update-BetaEntitlement -Id $Id -JsonPatchOperation $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Update-BetaEntitlement"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -610,10 +610,10 @@ $EntitlementRequestConfig = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToEntitlementRequestConfig -Json $EntitlementRequestConfig
|
||||
Send-BetaEntitlementRequestConfig -Id $Id -BetaEntitlementRequestConfig $Result
|
||||
Send-BetaEntitlementRequestConfig -Id $Id -EntitlementRequestConfig $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Send-BetaEntitlementRequestConfig -Id $Id -BetaEntitlementRequestConfig $Result
|
||||
# Send-BetaEntitlementRequestConfig -Id $Id -EntitlementRequestConfig $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Send-BetaEntitlementRequestConfig"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -726,10 +726,10 @@ $EntitlementBulkUpdateRequest = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToEntitlementBulkUpdateRequest -Json $EntitlementBulkUpdateRequest
|
||||
Update-BetaEntitlementsInBulk -BetaEntitlementBulkUpdateRequest $Result
|
||||
Update-BetaEntitlementsInBulk -EntitlementBulkUpdateRequest $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Update-BetaEntitlementsInBulk -BetaEntitlementBulkUpdateRequest $Result
|
||||
# Update-BetaEntitlementsInBulk -EntitlementBulkUpdateRequest $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Update-BetaEntitlementsInBulk"
|
||||
Write-Host $_.ErrorDetails
|
||||
|
||||
@@ -84,10 +84,10 @@ $WorkgroupDto = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToWorkgroupDto -Json $WorkgroupDto
|
||||
New-BetaWorkgroup -BetaWorkgroupDto $Result
|
||||
New-BetaWorkgroup -WorkgroupDto $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# New-BetaWorkgroup -BetaWorkgroupDto $Result
|
||||
# New-BetaWorkgroup -WorkgroupDto $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling New-BetaWorkgroup"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -182,10 +182,10 @@ $WorkgroupId = "2c91808a7813090a017814121919ecca" # String | ID of the Governanc
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToBulkWorkgroupMembersRequestInner -Json $BulkWorkgroupMembersRequestInner
|
||||
Remove-BetaWorkgroupMembers -WorkgroupId $WorkgroupId -BetaBulkWorkgroupMembersRequestInner $Result
|
||||
Remove-BetaWorkgroupMembers -WorkgroupId $WorkgroupId -BulkWorkgroupMembersRequestInner $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Remove-BetaWorkgroupMembers -WorkgroupId $WorkgroupId -BetaBulkWorkgroupMembersRequestInner $Result
|
||||
# Remove-BetaWorkgroupMembers -WorkgroupId $WorkgroupId -BulkWorkgroupMembersRequestInner $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Remove-BetaWorkgroupMembers"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -241,10 +241,10 @@ $WorkgroupBulkDeleteRequest = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToWorkgroupBulkDeleteRequest -Json $WorkgroupBulkDeleteRequest
|
||||
Remove-BetaWorkgroupsInBulk -BetaWorkgroupBulkDeleteRequest $Result
|
||||
Remove-BetaWorkgroupsInBulk -WorkgroupBulkDeleteRequest $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Remove-BetaWorkgroupsInBulk -BetaWorkgroupBulkDeleteRequest $Result
|
||||
# Remove-BetaWorkgroupsInBulk -WorkgroupBulkDeleteRequest $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Remove-BetaWorkgroupsInBulk"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -506,7 +506,7 @@ try {
|
||||
Update-BetaWorkgroup -Id $Id
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Update-BetaWorkgroup -Id $Id -BetaJsonPatchOperation $Result
|
||||
# Update-BetaWorkgroup -Id $Id -JsonPatchOperation $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Update-BetaWorkgroup"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -556,10 +556,10 @@ $WorkgroupId = "2c91808a7813090a017814121919ecca" # String | ID of the Governanc
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToBulkWorkgroupMembersRequestInner -Json $BulkWorkgroupMembersRequestInner
|
||||
Update-BetaWorkgroupMembers -WorkgroupId $WorkgroupId -BetaBulkWorkgroupMembersRequestInner $Result
|
||||
Update-BetaWorkgroupMembers -WorkgroupId $WorkgroupId -BulkWorkgroupMembersRequestInner $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Update-BetaWorkgroupMembers -WorkgroupId $WorkgroupId -BetaBulkWorkgroupMembersRequestInner $Result
|
||||
# Update-BetaWorkgroupMembers -WorkgroupId $WorkgroupId -BulkWorkgroupMembersRequestInner $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Update-BetaWorkgroupMembers"
|
||||
Write-Host $_.ErrorDetails
|
||||
|
||||
@@ -68,10 +68,10 @@ $AccessRequestRecommendationActionItemDto = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToAccessRequestRecommendationActionItemDto -Json $AccessRequestRecommendationActionItemDto
|
||||
Add-BetaAccessRequestRecommendationsIgnoredItem -BetaAccessRequestRecommendationActionItemDto $Result
|
||||
Add-BetaAccessRequestRecommendationsIgnoredItem -AccessRequestRecommendationActionItemDto $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Add-BetaAccessRequestRecommendationsIgnoredItem -BetaAccessRequestRecommendationActionItemDto $Result
|
||||
# Add-BetaAccessRequestRecommendationsIgnoredItem -AccessRequestRecommendationActionItemDto $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Add-BetaAccessRequestRecommendationsIgnoredItem"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -120,10 +120,10 @@ $AccessRequestRecommendationActionItemDto = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToAccessRequestRecommendationActionItemDto -Json $AccessRequestRecommendationActionItemDto
|
||||
Add-BetaAccessRequestRecommendationsRequestedItem -BetaAccessRequestRecommendationActionItemDto $Result
|
||||
Add-BetaAccessRequestRecommendationsRequestedItem -AccessRequestRecommendationActionItemDto $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Add-BetaAccessRequestRecommendationsRequestedItem -BetaAccessRequestRecommendationActionItemDto $Result
|
||||
# Add-BetaAccessRequestRecommendationsRequestedItem -AccessRequestRecommendationActionItemDto $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Add-BetaAccessRequestRecommendationsRequestedItem"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -172,10 +172,10 @@ $AccessRequestRecommendationActionItemDto = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToAccessRequestRecommendationActionItemDto -Json $AccessRequestRecommendationActionItemDto
|
||||
Add-BetaAccessRequestRecommendationsViewedItem -BetaAccessRequestRecommendationActionItemDto $Result
|
||||
Add-BetaAccessRequestRecommendationsViewedItem -AccessRequestRecommendationActionItemDto $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Add-BetaAccessRequestRecommendationsViewedItem -BetaAccessRequestRecommendationActionItemDto $Result
|
||||
# Add-BetaAccessRequestRecommendationsViewedItem -AccessRequestRecommendationActionItemDto $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Add-BetaAccessRequestRecommendationsViewedItem"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -225,10 +225,10 @@ Code | Description | Data Type
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToAccessRequestRecommendationActionItemDto -Json $AccessRequestRecommendationActionItemDto
|
||||
Add-BetaAccessRequestRecommendationsViewedItems -BetaAccessRequestRecommendationActionItemDto $Result
|
||||
Add-BetaAccessRequestRecommendationsViewedItems -AccessRequestRecommendationActionItemDto $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Add-BetaAccessRequestRecommendationsViewedItems -BetaAccessRequestRecommendationActionItemDto $Result
|
||||
# Add-BetaAccessRequestRecommendationsViewedItems -AccessRequestRecommendationActionItemDto $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Add-BetaAccessRequestRecommendationsViewedItems"
|
||||
Write-Host $_.ErrorDetails
|
||||
|
||||
@@ -67,10 +67,10 @@ $CommonAccessItemRequest = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToCommonAccessItemRequest -Json $CommonAccessItemRequest
|
||||
New-BetaCommonAccess -BetaCommonAccessItemRequest $Result
|
||||
New-BetaCommonAccess -CommonAccessItemRequest $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# New-BetaCommonAccess -BetaCommonAccessItemRequest $Result
|
||||
# New-BetaCommonAccess -CommonAccessItemRequest $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling New-BetaCommonAccess"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -169,10 +169,10 @@ Code | Description | Data Type
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToCommonAccessIDStatus -Json $CommonAccessIDStatus
|
||||
Update-BetaCommonAccessStatusInBulk -BetaCommonAccessIDStatus $Result
|
||||
Update-BetaCommonAccessStatusInBulk -CommonAccessIDStatus $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Update-BetaCommonAccessStatusInBulk -BetaCommonAccessIDStatus $Result
|
||||
# Update-BetaCommonAccessStatusInBulk -CommonAccessIDStatus $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Update-BetaCommonAccessStatusInBulk"
|
||||
Write-Host $_.ErrorDetails
|
||||
|
||||
@@ -75,10 +75,10 @@ $RecommendationRequestDto = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToRecommendationRequestDto -Json $RecommendationRequestDto
|
||||
Get-BetaRecommendations -BetaRecommendationRequestDto $Result
|
||||
Get-BetaRecommendations -RecommendationRequestDto $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Get-BetaRecommendations -BetaRecommendationRequestDto $Result
|
||||
# Get-BetaRecommendations -RecommendationRequestDto $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Get-BetaRecommendations"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -167,10 +167,10 @@ $RecommendationConfigDto = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToRecommendationConfigDto -Json $RecommendationConfigDto
|
||||
Update-BetaRecommendationsConfig -BetaRecommendationConfigDto $Result
|
||||
Update-BetaRecommendationsConfig -RecommendationConfigDto $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Update-BetaRecommendationsConfig -BetaRecommendationConfigDto $Result
|
||||
# Update-BetaRecommendationsConfig -RecommendationConfigDto $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Update-BetaRecommendationsConfig"
|
||||
Write-Host $_.ErrorDetails
|
||||
|
||||
@@ -95,7 +95,7 @@ try {
|
||||
New-BetaPotentialRoleProvisionRequest -SessionId $SessionId -PotentialRoleId $PotentialRoleId
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# New-BetaPotentialRoleProvisionRequest -SessionId $SessionId -PotentialRoleId $PotentialRoleId -MinEntitlementPopularity $MinEntitlementPopularity -IncludeCommonAccess $IncludeCommonAccess -BetaRoleMiningPotentialRoleProvisionRequest $Result
|
||||
# New-BetaPotentialRoleProvisionRequest -SessionId $SessionId -PotentialRoleId $PotentialRoleId -MinEntitlementPopularity $MinEntitlementPopularity -IncludeCommonAccess $IncludeCommonAccess -RoleMiningPotentialRoleProvisionRequest $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling New-BetaPotentialRoleProvisionRequest"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -169,10 +169,10 @@ $RoleMiningSessionDto = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToRoleMiningSessionDto -Json $RoleMiningSessionDto
|
||||
New-BetaRoleMiningSessions -BetaRoleMiningSessionDto $Result
|
||||
New-BetaRoleMiningSessions -RoleMiningSessionDto $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# New-BetaRoleMiningSessions -BetaRoleMiningSessionDto $Result
|
||||
# New-BetaRoleMiningSessions -RoleMiningSessionDto $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling New-BetaRoleMiningSessions"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -317,7 +317,7 @@ try {
|
||||
Export-BetaRoleMiningPotentialRoleAsync -SessionId $SessionId -PotentialRoleId $PotentialRoleId
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Export-BetaRoleMiningPotentialRoleAsync -SessionId $SessionId -PotentialRoleId $PotentialRoleId -BetaRoleMiningPotentialRoleExportRequest $Result
|
||||
# Export-BetaRoleMiningPotentialRoleAsync -SessionId $SessionId -PotentialRoleId $PotentialRoleId -RoleMiningPotentialRoleExportRequest $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Export-BetaRoleMiningPotentialRoleAsync"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -1204,10 +1204,10 @@ $PotentialRoleId = "8c190e67-87aa-4ed9-a90b-d9d5344523fb" # String | The potenti
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToPatchPotentialRoleRequestInner -Json $PatchPotentialRoleRequestInner
|
||||
Update-BetaPotentialRole -SessionId $SessionId -PotentialRoleId $PotentialRoleId -BetaPatchPotentialRoleRequestInner $Result
|
||||
Update-BetaPotentialRole -SessionId $SessionId -PotentialRoleId $PotentialRoleId -PatchPotentialRoleRequestInner $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Update-BetaPotentialRole -SessionId $SessionId -PotentialRoleId $PotentialRoleId -BetaPatchPotentialRoleRequestInner $Result
|
||||
# Update-BetaPotentialRole -SessionId $SessionId -PotentialRoleId $PotentialRoleId -PatchPotentialRoleRequestInner $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Update-BetaPotentialRole"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -1266,10 +1266,10 @@ $PotentialRoleId = "8c190e67-87aa-4ed9-a90b-d9d5344523fb" # String | The potenti
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToPatchPotentialRoleRequestInner -Json $PatchPotentialRoleRequestInner
|
||||
Update-BetaRoleMiningPotentialRole -PotentialRoleId $PotentialRoleId -BetaPatchPotentialRoleRequestInner $Result
|
||||
Update-BetaRoleMiningPotentialRole -PotentialRoleId $PotentialRoleId -PatchPotentialRoleRequestInner $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Update-BetaRoleMiningPotentialRole -PotentialRoleId $PotentialRoleId -BetaPatchPotentialRoleRequestInner $Result
|
||||
# Update-BetaRoleMiningPotentialRole -PotentialRoleId $PotentialRoleId -PatchPotentialRoleRequestInner $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Update-BetaRoleMiningPotentialRole"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -1320,10 +1320,10 @@ $SessionId = "8c190e67-87aa-4ed9-a90b-d9d5344523fb" # String | The role mining s
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToJsonPatchOperation -Json $JsonPatchOperation
|
||||
Update-BetaRoleMiningSession -SessionId $SessionId -BetaJsonPatchOperation $Result
|
||||
Update-BetaRoleMiningSession -SessionId $SessionId -JsonPatchOperation $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Update-BetaRoleMiningSession -SessionId $SessionId -BetaJsonPatchOperation $Result
|
||||
# Update-BetaRoleMiningSession -SessionId $SessionId -JsonPatchOperation $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Update-BetaRoleMiningSession"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -1372,10 +1372,10 @@ $RoleMiningPotentialRoleEditEntitlements = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToRoleMiningPotentialRoleEditEntitlements -Json $RoleMiningPotentialRoleEditEntitlements
|
||||
Update-BetaEntitlementsPotentialRole -SessionId $SessionId -PotentialRoleId $PotentialRoleId -BetaRoleMiningPotentialRoleEditEntitlements $Result
|
||||
Update-BetaEntitlementsPotentialRole -SessionId $SessionId -PotentialRoleId $PotentialRoleId -RoleMiningPotentialRoleEditEntitlements $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Update-BetaEntitlementsPotentialRole -SessionId $SessionId -PotentialRoleId $PotentialRoleId -BetaRoleMiningPotentialRoleEditEntitlements $Result
|
||||
# Update-BetaEntitlementsPotentialRole -SessionId $SessionId -PotentialRoleId $PotentialRoleId -RoleMiningPotentialRoleEditEntitlements $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Update-BetaEntitlementsPotentialRole"
|
||||
Write-Host $_.ErrorDetails
|
||||
|
||||
@@ -426,10 +426,10 @@ $SendAccountVerificationRequest = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToSendAccountVerificationRequest -Json $SendAccountVerificationRequest
|
||||
Send-BetaIdentityVerificationAccountToken -Id $Id -BetaSendAccountVerificationRequest $Result
|
||||
Send-BetaIdentityVerificationAccountToken -Id $Id -SendAccountVerificationRequest $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Send-BetaIdentityVerificationAccountToken -Id $Id -BetaSendAccountVerificationRequest $Result
|
||||
# Send-BetaIdentityVerificationAccountToken -Id $Id -SendAccountVerificationRequest $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Send-BetaIdentityVerificationAccountToken"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -481,10 +481,10 @@ $InviteIdentitiesRequest = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToInviteIdentitiesRequest -Json $InviteIdentitiesRequest
|
||||
Start-BetaIdentitiesInvite -BetaInviteIdentitiesRequest $Result
|
||||
Start-BetaIdentitiesInvite -InviteIdentitiesRequest $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Start-BetaIdentitiesInvite -BetaInviteIdentitiesRequest $Result
|
||||
# Start-BetaIdentitiesInvite -InviteIdentitiesRequest $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Start-BetaIdentitiesInvite"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -540,10 +540,10 @@ $ProcessIdentitiesRequest = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToProcessIdentitiesRequest -Json $ProcessIdentitiesRequest
|
||||
Start-BetaIdentityProcessing -BetaProcessIdentitiesRequest $Result
|
||||
Start-BetaIdentityProcessing -ProcessIdentitiesRequest $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Start-BetaIdentityProcessing -BetaProcessIdentitiesRequest $Result
|
||||
# Start-BetaIdentityProcessing -ProcessIdentitiesRequest $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Start-BetaIdentityProcessing"
|
||||
Write-Host $_.ErrorDetails
|
||||
|
||||
@@ -82,10 +82,10 @@ $IdentityAttribute = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToIdentityAttribute -Json $IdentityAttribute
|
||||
New-BetaIdentityAttribute -BetaIdentityAttribute $Result
|
||||
New-BetaIdentityAttribute -IdentityAttribute $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# New-BetaIdentityAttribute -BetaIdentityAttribute $Result
|
||||
# New-BetaIdentityAttribute -IdentityAttribute $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling New-BetaIdentityAttribute"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -177,10 +177,10 @@ $IdentityAttributeNames = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToIdentityAttributeNames -Json $IdentityAttributeNames
|
||||
Remove-BetaIdentityAttributesInBulk -BetaIdentityAttributeNames $Result
|
||||
Remove-BetaIdentityAttributesInBulk -IdentityAttributeNames $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Remove-BetaIdentityAttributesInBulk -BetaIdentityAttributeNames $Result
|
||||
# Remove-BetaIdentityAttributesInBulk -IdentityAttributeNames $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Remove-BetaIdentityAttributesInBulk"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -344,10 +344,10 @@ $IdentityAttribute = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToIdentityAttribute -Json $IdentityAttribute
|
||||
Send-BetaIdentityAttribute -Name $Name -BetaIdentityAttribute $Result
|
||||
Send-BetaIdentityAttribute -Name $Name -IdentityAttribute $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Send-BetaIdentityAttribute -Name $Name -BetaIdentityAttribute $Result
|
||||
# Send-BetaIdentityAttribute -Name $Name -IdentityAttribute $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Send-BetaIdentityAttribute"
|
||||
Write-Host $_.ErrorDetails
|
||||
|
||||
@@ -28,21 +28,22 @@ All URIs are relative to *https://sailpoint.api.identitynow.com/beta*
|
||||
|
||||
Method | HTTP request | Description
|
||||
------------- | ------------- | -------------
|
||||
[**New-BetaIdentityProfile**](#create-identity-profile) | **POST** `/identity-profiles` | Create Identity Profile
|
||||
[**Remove-BetaIdentityProfile**](#delete-identity-profile) | **DELETE** `/identity-profiles/{identity-profile-id}` | Delete Identity Profile
|
||||
[**New-BetaIdentityProfile**](#create-identity-profile) | **POST** `/identity-profiles` | Create an Identity Profile
|
||||
[**Remove-BetaIdentityProfile**](#delete-identity-profile) | **DELETE** `/identity-profiles/{identity-profile-id}` | Delete an Identity Profile
|
||||
[**Remove-BetaIdentityProfiles**](#delete-identity-profiles) | **POST** `/identity-profiles/bulk-delete` | Delete Identity Profiles
|
||||
[**Export-BetaIdentityProfiles**](#export-identity-profiles) | **GET** `/identity-profiles/export` | Export Identity Profiles
|
||||
[**Get-BetaDefaultIdentityAttributeConfig**](#get-default-identity-attribute-config) | **GET** `/identity-profiles/{identity-profile-id}/default-identity-attribute-config` | Default identity attribute config
|
||||
[**Get-BetaIdentityProfile**](#get-identity-profile) | **GET** `/identity-profiles/{identity-profile-id}` | Get Identity Profile
|
||||
[**Get-BetaIdentityProfile**](#get-identity-profile) | **GET** `/identity-profiles/{identity-profile-id}` | Gets a single Identity Profile
|
||||
[**Import-BetaIdentityProfiles**](#import-identity-profiles) | **POST** `/identity-profiles/import` | Import Identity Profiles
|
||||
[**Get-BetaIdentityProfiles**](#list-identity-profiles) | **GET** `/identity-profiles` | List Identity Profiles
|
||||
[**Get-BetaIdentityProfiles**](#list-identity-profiles) | **GET** `/identity-profiles` | Identity Profiles List
|
||||
[**Show-BetaGenerateIdentityPreview**](#show-generate-identity-preview) | **POST** `/identity-profiles/identity-preview` | Generate Identity Profile Preview
|
||||
[**Sync-BetaIdentityProfile**](#sync-identity-profile) | **POST** `/identity-profiles/{identity-profile-id}/process-identities` | Process identities under profile
|
||||
[**Update-BetaIdentityProfile**](#update-identity-profile) | **PATCH** `/identity-profiles/{identity-profile-id}` | Update Identity Profile
|
||||
[**Update-BetaIdentityProfile**](#update-identity-profile) | **PATCH** `/identity-profiles/{identity-profile-id}` | Update the Identity Profile
|
||||
|
||||
|
||||
## create-identity-profile
|
||||
Create an identity profile.
|
||||
This creates an Identity Profile.
|
||||
|
||||
A token with ORG_ADMIN authority is required to call this API to create an Identity Profile.
|
||||
|
||||
[API Spec](https://developer.sailpoint.com/docs/api/beta/create-identity-profile)
|
||||
@@ -58,7 +59,7 @@ Param Type | Name | Data Type | Required | Description
|
||||
### Responses
|
||||
Code | Description | Data Type
|
||||
------------- | ------------- | -------------
|
||||
201 | Created identity profile | IdentityProfile
|
||||
201 | The created Identity Profile | IdentityProfile
|
||||
400 | Client Error - Returned if the request body is invalid. | ErrorResponseDto
|
||||
401 | Unauthorized - Returned if there is no authorization header, or if the JWT token is expired. | ListAccessModelMetadataAttribute401Response
|
||||
403 | Forbidden - Returned if the user you are running as, doesn't have access to this end-point. | ErrorResponseDto
|
||||
@@ -121,14 +122,14 @@ $IdentityProfile = @"{
|
||||
"id" : "id12345"
|
||||
}"@
|
||||
|
||||
# Create Identity Profile
|
||||
# Create an Identity Profile
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToIdentityProfile -Json $IdentityProfile
|
||||
New-BetaIdentityProfile -BetaIdentityProfile $Result
|
||||
New-BetaIdentityProfile -IdentityProfile $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# New-BetaIdentityProfile -BetaIdentityProfile $Result
|
||||
# New-BetaIdentityProfile -IdentityProfile $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling New-BetaIdentityProfile"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -137,16 +138,20 @@ try {
|
||||
[[Back to top]](#)
|
||||
|
||||
## delete-identity-profile
|
||||
Delete an identity profile by ID.
|
||||
This deletes an Identity Profile based on ID.
|
||||
|
||||
On success, this endpoint will return a reference to the bulk delete task result.
|
||||
|
||||
A token with ORG_ADMIN authority is required to call this API.
|
||||
|
||||
The following rights are required to access this endpoint: idn:identity-profile:delete
|
||||
|
||||
[API Spec](https://developer.sailpoint.com/docs/api/beta/delete-identity-profile)
|
||||
|
||||
### Parameters
|
||||
Param Type | Name | Data Type | Required | Description
|
||||
------------- | ------------- | ------------- | ------------- | -------------
|
||||
Path | IdentityProfileId | **String** | True | Identity profile ID.
|
||||
Path | IdentityProfileId | **String** | True | The Identity Profile ID.
|
||||
|
||||
### Return type
|
||||
[**TaskResultSimplified**](../models/task-result-simplified)
|
||||
@@ -168,9 +173,9 @@ Code | Description | Data Type
|
||||
|
||||
### Example
|
||||
```powershell
|
||||
$IdentityProfileId = "ef38f94347e94562b5bb8424a56397d8" # String | Identity profile ID.
|
||||
$IdentityProfileId = "ef38f94347e94562b5bb8424a56397d8" # String | The Identity Profile ID.
|
||||
|
||||
# Delete Identity Profile
|
||||
# Delete an Identity Profile
|
||||
|
||||
try {
|
||||
Remove-BetaIdentityProfile -IdentityProfileId $IdentityProfileId
|
||||
@@ -340,7 +345,8 @@ try {
|
||||
[[Back to top]](#)
|
||||
|
||||
## get-identity-profile
|
||||
Get a single identity profile by ID.
|
||||
This returns a single Identity Profile based on ID.
|
||||
|
||||
A token with ORG_ADMIN or API authority is required to call this API.
|
||||
|
||||
[API Spec](https://developer.sailpoint.com/docs/api/beta/get-identity-profile)
|
||||
@@ -348,7 +354,7 @@ A token with ORG_ADMIN or API authority is required to call this API.
|
||||
### Parameters
|
||||
Param Type | Name | Data Type | Required | Description
|
||||
------------- | ------------- | ------------- | ------------- | -------------
|
||||
Path | IdentityProfileId | **String** | True | Identity profile ID.
|
||||
Path | IdentityProfileId | **String** | True | The Identity Profile ID
|
||||
|
||||
### Return type
|
||||
[**IdentityProfile**](../models/identity-profile)
|
||||
@@ -356,7 +362,7 @@ Path | IdentityProfileId | **String** | True | Identity profile ID.
|
||||
### Responses
|
||||
Code | Description | Data Type
|
||||
------------- | ------------- | -------------
|
||||
200 | Identity profile object. | IdentityProfile
|
||||
200 | An Identity Profile object | IdentityProfile
|
||||
400 | Client Error - Returned if the request body is invalid. | ErrorResponseDto
|
||||
401 | Unauthorized - Returned if there is no authorization header, or if the JWT token is expired. | ListAccessModelMetadataAttribute401Response
|
||||
403 | Forbidden - Returned if the user you are running as, doesn't have access to this end-point. | ErrorResponseDto
|
||||
@@ -370,9 +376,9 @@ Code | Description | Data Type
|
||||
|
||||
### Example
|
||||
```powershell
|
||||
$IdentityProfileId = "ef38f94347e94562b5bb8424a56397d8" # String | Identity profile ID.
|
||||
$IdentityProfileId = "ef38f94347e94562b5bb8424a56397d8" # String | The Identity Profile ID
|
||||
|
||||
# Get Identity Profile
|
||||
# Gets a single Identity Profile
|
||||
|
||||
try {
|
||||
Get-BetaIdentityProfile -IdentityProfileId $IdentityProfileId
|
||||
@@ -483,10 +489,10 @@ Code | Description | Data Type
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToIdentityProfileExportedObject -Json $IdentityProfileExportedObject
|
||||
Import-BetaIdentityProfiles -BetaIdentityProfileExportedObject $Result
|
||||
Import-BetaIdentityProfiles -IdentityProfileExportedObject $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Import-BetaIdentityProfiles -BetaIdentityProfileExportedObject $Result
|
||||
# Import-BetaIdentityProfiles -IdentityProfileExportedObject $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Import-BetaIdentityProfiles"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -495,7 +501,7 @@ try {
|
||||
[[Back to top]](#)
|
||||
|
||||
## list-identity-profiles
|
||||
Get a list of identity profiles, based on the specified query parameters.
|
||||
This returns a list of Identity Profiles based on the specified query parameters.
|
||||
A token with ORG_ADMIN or API authority is required to call this API to get a list of Identity Profiles.
|
||||
|
||||
[API Spec](https://developer.sailpoint.com/docs/api/beta/list-identity-profiles)
|
||||
@@ -506,7 +512,7 @@ Param Type | Name | Data Type | Required | Description
|
||||
Query | Limit | **Int32** | (optional) (default to 250) | Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
||||
Query | Offset | **Int32** | (optional) (default to 0) | Offset into the full result set. Usually specified with *limit* to paginate through the results. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
||||
Query | Count | **Boolean** | (optional) (default to $false) | If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned if *limit* and *offset* were ignored. Since requesting a total count can have a performance impact, it is recommended not to send **count=true** if that value will not be used. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
||||
Query | Filters | **String** | (optional) | Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq, ne, ge, gt, in, le, sw* **name**: *eq, ne, ge, gt, in, le, sw* **priority**: *eq, ne*
|
||||
Query | Filters | **String** | (optional) | Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq, ne, ge, gt, in, le, lt, isnull, sw* **name**: *eq, ne, in, le, lt, isnull, sw* **priority**: *eq, ne*
|
||||
Query | Sorters | **String** | (optional) | Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **id, name, priority, created, modified, owner.id, owner.name**
|
||||
|
||||
### Return type
|
||||
@@ -515,7 +521,7 @@ Param Type | Name | Data Type | Required | Description
|
||||
### Responses
|
||||
Code | Description | Data Type
|
||||
------------- | ------------- | -------------
|
||||
200 | List of identity profiles. | IdentityProfile[]
|
||||
200 | List of identityProfiles. | IdentityProfile[]
|
||||
400 | Client Error - Returned if the request body is invalid. | ErrorResponseDto
|
||||
401 | Unauthorized - Returned if there is no authorization header, or if the JWT token is expired. | ListAccessModelMetadataAttribute401Response
|
||||
403 | Forbidden - Returned if the user you are running as, doesn't have access to this end-point. | ErrorResponseDto
|
||||
@@ -531,10 +537,10 @@ Code | Description | Data Type
|
||||
$Limit = 250 # Int32 | Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information. (optional) (default to 250)
|
||||
$Offset = 0 # Int32 | Offset into the full result set. Usually specified with *limit* to paginate through the results. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information. (optional) (default to 0)
|
||||
$Count = $true # Boolean | If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned if *limit* and *offset* were ignored. Since requesting a total count can have a performance impact, it is recommended not to send **count=true** if that value will not be used. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information. (optional) (default to $false)
|
||||
$Filters = 'id eq 8c190e6787aa4ed9a90bd9d5344523fb' # String | Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq, ne, ge, gt, in, le, sw* **name**: *eq, ne, ge, gt, in, le, sw* **priority**: *eq, ne* (optional)
|
||||
$Filters = 'id eq 8c190e6787aa4ed9a90bd9d5344523fb' # String | Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq, ne, ge, gt, in, le, lt, isnull, sw* **name**: *eq, ne, in, le, lt, isnull, sw* **priority**: *eq, ne* (optional)
|
||||
$Sorters = "name,-priority" # String | Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **id, name, priority, created, modified, owner.id, owner.name** (optional)
|
||||
|
||||
# List Identity Profiles
|
||||
# Identity Profiles List
|
||||
|
||||
try {
|
||||
Get-BetaIdentityProfiles
|
||||
@@ -611,10 +617,10 @@ $IdentityPreviewRequest = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToIdentityPreviewRequest -Json $IdentityPreviewRequest
|
||||
Show-BetaGenerateIdentityPreview -BetaIdentityPreviewRequest $Result
|
||||
Show-BetaGenerateIdentityPreview -IdentityPreviewRequest $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Show-BetaGenerateIdentityPreview -BetaIdentityPreviewRequest $Result
|
||||
# Show-BetaGenerateIdentityPreview -IdentityPreviewRequest $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Show-BetaGenerateIdentityPreview"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -674,10 +680,13 @@ try {
|
||||
[[Back to top]](#)
|
||||
|
||||
## update-identity-profile
|
||||
Update the specified identity profile with this PATCH request.
|
||||
This updates the specified Identity Profile.
|
||||
|
||||
A token with ORG_ADMIN authority is required to call this API to update the Identity Profile.
|
||||
These fields cannot be updated:
|
||||
|
||||
Some fields of the Schema cannot be updated. These fields are listed below:
|
||||
* id
|
||||
* name
|
||||
* created
|
||||
* modified
|
||||
* identityCount
|
||||
@@ -689,8 +698,8 @@ These fields cannot be updated:
|
||||
### Parameters
|
||||
Param Type | Name | Data Type | Required | Description
|
||||
------------- | ------------- | ------------- | ------------- | -------------
|
||||
Path | IdentityProfileId | **String** | True | Identity profile ID.
|
||||
Body | JsonPatchOperation | [**[]JsonPatchOperation**](../models/json-patch-operation) | True | List of identity profile update operations according to the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard.
|
||||
Path | IdentityProfileId | **String** | True | The Identity Profile ID
|
||||
Body | JsonPatchOperation | [**[]JsonPatchOperation**](../models/json-patch-operation) | True | A list of Identity Profile update operations according to the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard.
|
||||
|
||||
### Return type
|
||||
[**IdentityProfile**](../models/identity-profile)
|
||||
@@ -698,7 +707,7 @@ Path | IdentityProfileId | **String** | True | Identity profile ID.
|
||||
### Responses
|
||||
Code | Description | Data Type
|
||||
------------- | ------------- | -------------
|
||||
200 | Updated identity profile. | IdentityProfile
|
||||
200 | The updated Identity Profile. | IdentityProfile
|
||||
400 | Client Error - Returned if the request body is invalid. | ErrorResponseDto
|
||||
401 | Unauthorized - Returned if there is no authorization header, or if the JWT token is expired. | ListAccessModelMetadataAttribute401Response
|
||||
403 | Forbidden - Returned if the user you are running as, doesn't have access to this end-point. | ErrorResponseDto
|
||||
@@ -712,22 +721,22 @@ Code | Description | Data Type
|
||||
|
||||
### Example
|
||||
```powershell
|
||||
$IdentityProfileId = "ef38f94347e94562b5bb8424a56397d8" # String | Identity profile ID.
|
||||
$IdentityProfileId = "ef38f94347e94562b5bb8424a56397d8" # String | The Identity Profile ID
|
||||
$JsonPatchOperation = @"{
|
||||
"op" : "replace",
|
||||
"path" : "/description",
|
||||
"value" : "New description"
|
||||
}"@ # JsonPatchOperation[] | List of identity profile update operations according to the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard.
|
||||
}"@ # JsonPatchOperation[] | A list of Identity Profile update operations according to the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard.
|
||||
|
||||
|
||||
# Update Identity Profile
|
||||
# Update the Identity Profile
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToJsonPatchOperation -Json $JsonPatchOperation
|
||||
Update-BetaIdentityProfile -IdentityProfileId $IdentityProfileId -BetaJsonPatchOperation $Result
|
||||
Update-BetaIdentityProfile -IdentityProfileId $IdentityProfileId -JsonPatchOperation $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Update-BetaIdentityProfile -IdentityProfileId $IdentityProfileId -BetaJsonPatchOperation $Result
|
||||
# Update-BetaIdentityProfile -IdentityProfileId $IdentityProfileId -JsonPatchOperation $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Update-BetaIdentityProfile"
|
||||
Write-Host $_.ErrorDetails
|
||||
|
||||
@@ -74,10 +74,10 @@ $LauncherRequest = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToLauncherRequest -Json $LauncherRequest
|
||||
New-BetaLauncher -BetaLauncherRequest $Result
|
||||
New-BetaLauncher -LauncherRequest $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# New-BetaLauncher -BetaLauncherRequest $Result
|
||||
# New-BetaLauncher -LauncherRequest $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling New-BetaLauncher"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -275,10 +275,10 @@ $LauncherRequest = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToLauncherRequest -Json $LauncherRequest
|
||||
Send-BetaLauncher -LauncherID $LauncherID -BetaLauncherRequest $Result
|
||||
Send-BetaLauncher -LauncherID $LauncherID -LauncherRequest $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Send-BetaLauncher -LauncherID $LauncherID -BetaLauncherRequest $Result
|
||||
# Send-BetaLauncher -LauncherID $LauncherID -LauncherRequest $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Send-BetaLauncher"
|
||||
Write-Host $_.ErrorDetails
|
||||
|
||||
@@ -154,10 +154,10 @@ $LifecycleStateId = "ef38f94347e94562b5bb8424a56397d8" # String | Lifecycle Stat
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToJsonPatchOperation -Json $JsonPatchOperation
|
||||
Update-BetaLifecycleStates -IdentityProfileId $IdentityProfileId -LifecycleStateId $LifecycleStateId -BetaJsonPatchOperation $Result
|
||||
Update-BetaLifecycleStates -IdentityProfileId $IdentityProfileId -LifecycleStateId $LifecycleStateId -JsonPatchOperation $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Update-BetaLifecycleStates -IdentityProfileId $IdentityProfileId -LifecycleStateId $LifecycleStateId -BetaJsonPatchOperation $Result
|
||||
# Update-BetaLifecycleStates -IdentityProfileId $IdentityProfileId -LifecycleStateId $LifecycleStateId -JsonPatchOperation $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Update-BetaLifecycleStates"
|
||||
Write-Host $_.ErrorDetails
|
||||
|
||||
@@ -248,10 +248,10 @@ $MfaDuoConfig = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToMfaDuoConfig -Json $MfaDuoConfig
|
||||
Set-BetaMFADuoConfig -BetaMfaDuoConfig $Result
|
||||
Set-BetaMFADuoConfig -MfaDuoConfig $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Set-BetaMFADuoConfig -BetaMfaDuoConfig $Result
|
||||
# Set-BetaMFADuoConfig -MfaDuoConfig $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Set-BetaMFADuoConfig"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -298,10 +298,10 @@ Code | Description | Data Type
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToKbaAnswerRequestItem -Json $KbaAnswerRequestItem
|
||||
Set-BetaMFAKBAConfig -BetaKbaAnswerRequestItem $Result
|
||||
Set-BetaMFAKBAConfig -KbaAnswerRequestItem $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Set-BetaMFAKBAConfig -BetaKbaAnswerRequestItem $Result
|
||||
# Set-BetaMFAKBAConfig -KbaAnswerRequestItem $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Set-BetaMFAKBAConfig"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -350,10 +350,10 @@ $MfaOktaConfig = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToMfaOktaConfig -Json $MfaOktaConfig
|
||||
Set-BetaMFAOktaConfig -BetaMfaOktaConfig $Result
|
||||
Set-BetaMFAOktaConfig -MfaOktaConfig $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Set-BetaMFAOktaConfig -BetaMfaOktaConfig $Result
|
||||
# Set-BetaMFAOktaConfig -MfaOktaConfig $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Set-BetaMFAOktaConfig"
|
||||
Write-Host $_.ErrorDetails
|
||||
|
||||
@@ -63,10 +63,10 @@ $SendTokenRequest = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToSendTokenRequest -Json $SendTokenRequest
|
||||
New-BetaSendToken -BetaSendTokenRequest $Result
|
||||
New-BetaSendToken -SendTokenRequest $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# New-BetaSendToken -BetaSendTokenRequest $Result
|
||||
# New-BetaSendToken -SendTokenRequest $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling New-BetaSendToken"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -113,10 +113,10 @@ $VerificationPollRequest = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToVerificationPollRequest -Json $VerificationPollRequest
|
||||
Ping-BetaVerificationStatus -Method $Method -BetaVerificationPollRequest $Result
|
||||
Ping-BetaVerificationStatus -Method $Method -VerificationPollRequest $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Ping-BetaVerificationStatus -Method $Method -BetaVerificationPollRequest $Result
|
||||
# Ping-BetaVerificationStatus -Method $Method -VerificationPollRequest $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Ping-BetaVerificationStatus"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -162,10 +162,10 @@ $DuoVerificationRequest = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToDuoVerificationRequest -Json $DuoVerificationRequest
|
||||
Send-BetaDuoVerifyRequest -BetaDuoVerificationRequest $Result
|
||||
Send-BetaDuoVerifyRequest -DuoVerificationRequest $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Send-BetaDuoVerifyRequest -BetaDuoVerificationRequest $Result
|
||||
# Send-BetaDuoVerifyRequest -DuoVerificationRequest $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Send-BetaDuoVerifyRequest"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -212,10 +212,10 @@ Code | Description | Data Type
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToKbaAnswerRequestItem -Json $KbaAnswerRequestItem
|
||||
Send-BetaKbaAnswers -BetaKbaAnswerRequestItem $Result
|
||||
Send-BetaKbaAnswers -KbaAnswerRequestItem $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Send-BetaKbaAnswers -BetaKbaAnswerRequestItem $Result
|
||||
# Send-BetaKbaAnswers -KbaAnswerRequestItem $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Send-BetaKbaAnswers"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -260,10 +260,10 @@ $OktaVerificationRequest = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToOktaVerificationRequest -Json $OktaVerificationRequest
|
||||
Send-BetaOktaVerifyRequest -BetaOktaVerificationRequest $Result
|
||||
Send-BetaOktaVerifyRequest -OktaVerificationRequest $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Send-BetaOktaVerifyRequest -BetaOktaVerificationRequest $Result
|
||||
# Send-BetaOktaVerifyRequest -OktaVerificationRequest $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Send-BetaOktaVerifyRequest"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -310,10 +310,10 @@ $TokenAuthRequest = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToTokenAuthRequest -Json $TokenAuthRequest
|
||||
Send-BetaTokenAuthRequest -BetaTokenAuthRequest $Result
|
||||
Send-BetaTokenAuthRequest -TokenAuthRequest $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Send-BetaTokenAuthRequest -BetaTokenAuthRequest $Result
|
||||
# Send-BetaTokenAuthRequest -TokenAuthRequest $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Send-BetaTokenAuthRequest"
|
||||
Write-Host $_.ErrorDetails
|
||||
|
||||
@@ -140,10 +140,10 @@ $ManagedClientStatus = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToManagedClientStatus -Json $ManagedClientStatus
|
||||
Update-BetaManagedClientStatus -Id $Id -BetaManagedClientStatus $Result
|
||||
Update-BetaManagedClientStatus -Id $Id -ManagedClientStatus $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Update-BetaManagedClientStatus -Id $Id -BetaManagedClientStatus $Result
|
||||
# Update-BetaManagedClientStatus -Id $Id -ManagedClientStatus $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Update-BetaManagedClientStatus"
|
||||
Write-Host $_.ErrorDetails
|
||||
|
||||
@@ -223,10 +223,10 @@ $ClientLogConfiguration = @"{
|
||||
# Update managed cluster's log configuration
|
||||
|
||||
try {
|
||||
Send-BetaClientLogConfiguration -Id $Id -BetaClientLogConfiguration $Result
|
||||
Send-BetaClientLogConfiguration -Id $Id -ClientLogConfiguration $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Send-BetaClientLogConfiguration -Id $Id -BetaClientLogConfiguration $Result
|
||||
# Send-BetaClientLogConfiguration -Id $Id -ClientLogConfiguration $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Send-BetaClientLogConfiguration"
|
||||
Write-Host $_.ErrorDetails
|
||||
|
||||
@@ -98,10 +98,10 @@ $MultiHostIntegrationsCreate = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToMultiHostIntegrationsCreate -Json $MultiHostIntegrationsCreate
|
||||
New-BetaMultiHostIntegration -BetaMultiHostIntegrationsCreate $Result
|
||||
New-BetaMultiHostIntegration -MultiHostIntegrationsCreate $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# New-BetaMultiHostIntegration -BetaMultiHostIntegrationsCreate $Result
|
||||
# New-BetaMultiHostIntegration -MultiHostIntegrationsCreate $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling New-BetaMultiHostIntegration"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -161,10 +161,10 @@ $MultihostId = "2c91808568c529c60168cca6f90c1326" # String | ID of the Multi-Hos
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToMultiHostIntegrationsCreateSources -Json $MultiHostIntegrationsCreateSources
|
||||
New-BetaSourcesWithinMultiHost -MultihostId $MultihostId -BetaMultiHostIntegrationsCreateSources $Result
|
||||
New-BetaSourcesWithinMultiHost -MultihostId $MultihostId -MultiHostIntegrationsCreateSources $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# New-BetaSourcesWithinMultiHost -MultihostId $MultihostId -BetaMultiHostIntegrationsCreateSources $Result
|
||||
# New-BetaSourcesWithinMultiHost -MultihostId $MultihostId -MultiHostIntegrationsCreateSources $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling New-BetaSourcesWithinMultiHost"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -713,10 +713,10 @@ $MultihostId = "anId" # String | ID of the Multi-Host Integration to update.
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToUpdateMultiHostSourcesRequestInner -Json $UpdateMultiHostSourcesRequestInner
|
||||
Update-BetaMultiHostSources -MultihostId $MultihostId -BetaUpdateMultiHostSourcesRequestInner $Result
|
||||
Update-BetaMultiHostSources -MultihostId $MultihostId -UpdateMultiHostSourcesRequestInner $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Update-BetaMultiHostSources -MultihostId $MultihostId -BetaUpdateMultiHostSourcesRequestInner $Result
|
||||
# Update-BetaMultiHostSources -MultihostId $MultihostId -UpdateMultiHostSourcesRequestInner $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Update-BetaMultiHostSources"
|
||||
Write-Host $_.ErrorDetails
|
||||
|
||||
@@ -121,10 +121,10 @@ $NonEmployeeApprovalDecision = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToNonEmployeeApprovalDecision -Json $NonEmployeeApprovalDecision
|
||||
Approve-BetaNonEmployeeRequest -Id $Id -BetaNonEmployeeApprovalDecision $Result
|
||||
Approve-BetaNonEmployeeRequest -Id $Id -NonEmployeeApprovalDecision $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Approve-BetaNonEmployeeRequest -Id $Id -BetaNonEmployeeApprovalDecision $Result
|
||||
# Approve-BetaNonEmployeeRequest -Id $Id -NonEmployeeApprovalDecision $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Approve-BetaNonEmployeeRequest"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -182,10 +182,10 @@ $NonEmployeeRequestBody = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToNonEmployeeRequestBody -Json $NonEmployeeRequestBody
|
||||
New-BetaNonEmployeeRecord -BetaNonEmployeeRequestBody $Result
|
||||
New-BetaNonEmployeeRecord -NonEmployeeRequestBody $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# New-BetaNonEmployeeRecord -BetaNonEmployeeRequestBody $Result
|
||||
# New-BetaNonEmployeeRecord -NonEmployeeRequestBody $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling New-BetaNonEmployeeRecord"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -241,10 +241,10 @@ $NonEmployeeRequestBody = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToNonEmployeeRequestBody -Json $NonEmployeeRequestBody
|
||||
New-BetaNonEmployeeRequest -BetaNonEmployeeRequestBody $Result
|
||||
New-BetaNonEmployeeRequest -NonEmployeeRequestBody $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# New-BetaNonEmployeeRequest -BetaNonEmployeeRequestBody $Result
|
||||
# New-BetaNonEmployeeRequest -NonEmployeeRequestBody $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling New-BetaNonEmployeeRequest"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -253,7 +253,9 @@ try {
|
||||
[[Back to top]](#)
|
||||
|
||||
## create-non-employee-source
|
||||
Create a non-employee source.
|
||||
This request will create a non-employee source.
|
||||
Request will require the following security scope:
|
||||
'idn:nesr:create'
|
||||
|
||||
[API Spec](https://developer.sailpoint.com/docs/api/beta/create-non-employee-source)
|
||||
|
||||
@@ -312,10 +314,10 @@ $NonEmployeeSourceRequestBody = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToNonEmployeeSourceRequestBody -Json $NonEmployeeSourceRequestBody
|
||||
New-BetaNonEmployeeSource -BetaNonEmployeeSourceRequestBody $Result
|
||||
New-BetaNonEmployeeSource -NonEmployeeSourceRequestBody $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# New-BetaNonEmployeeSource -BetaNonEmployeeSourceRequestBody $Result
|
||||
# New-BetaNonEmployeeSource -NonEmployeeSourceRequestBody $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling New-BetaNonEmployeeSource"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -367,10 +369,10 @@ $NonEmployeeSchemaAttributeBody = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToNonEmployeeSchemaAttributeBody -Json $NonEmployeeSchemaAttributeBody
|
||||
New-BetaNonEmployeeSourceSchemaAttributes -SourceId $SourceId -BetaNonEmployeeSchemaAttributeBody $Result
|
||||
New-BetaNonEmployeeSourceSchemaAttributes -SourceId $SourceId -NonEmployeeSchemaAttributeBody $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# New-BetaNonEmployeeSourceSchemaAttributes -SourceId $SourceId -BetaNonEmployeeSchemaAttributeBody $Result
|
||||
# New-BetaNonEmployeeSourceSchemaAttributes -SourceId $SourceId -NonEmployeeSchemaAttributeBody $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling New-BetaNonEmployeeSourceSchemaAttributes"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -460,10 +462,10 @@ $DeleteNonEmployeeRecordInBulkRequest = @""@
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToDeleteNonEmployeeRecordInBulkRequest -Json $DeleteNonEmployeeRecordInBulkRequest
|
||||
Remove-BetaNonEmployeeRecordInBulk -BetaDeleteNonEmployeeRecordInBulkRequest $Result
|
||||
Remove-BetaNonEmployeeRecordInBulk -DeleteNonEmployeeRecordInBulkRequest $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Remove-BetaNonEmployeeRecordInBulk -BetaDeleteNonEmployeeRecordInBulkRequest $Result
|
||||
# Remove-BetaNonEmployeeRecordInBulk -DeleteNonEmployeeRecordInBulkRequest $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Remove-BetaNonEmployeeRecordInBulk"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -1375,20 +1377,18 @@ try {
|
||||
[[Back to top]](#)
|
||||
|
||||
## list-non-employee-sources
|
||||
Get a list of non-employee sources. There are two contextual uses for the `requested-for` path parameter:
|
||||
1. If the user has the role context of `idn:nesr:read`, he or she may request a list sources assigned to a particular account manager by passing in that manager's `id`.
|
||||
2. If the current user is an account manager, the user should provide 'me' as the `requested-for` value. Doing so provide the user with a list of the sources he or she owns.
|
||||
This gets a list of non-employee sources.
|
||||
|
||||
[API Spec](https://developer.sailpoint.com/docs/api/beta/list-non-employee-sources)
|
||||
|
||||
### Parameters
|
||||
Param Type | Name | Data Type | Required | Description
|
||||
------------- | ------------- | ------------- | ------------- | -------------
|
||||
Query | RequestedFor | **String** | True | The identity for whom the request was made. *me* indicates the current user.
|
||||
Query | NonEmployeeCount | **Boolean** | True | The flag to determine whether return a non-employee count associate with source.
|
||||
Query | Limit | **Int32** | (optional) (default to 250) | Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
||||
Query | Offset | **Int32** | (optional) (default to 0) | Offset into the full result set. Usually specified with *limit* to paginate through the results. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
||||
Query | Count | **Boolean** | (optional) (default to $false) | If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned if *limit* and *offset* were ignored. Since requesting a total count can have a performance impact, it is recommended not to send **count=true** if that value will not be used. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
||||
Query | RequestedFor | **String** | (optional) | Identity the request was made for. Use 'me' to indicate the current user.
|
||||
Query | NonEmployeeCount | **Boolean** | (optional) (default to $false) | Flag that determines whether the API will return a non-employee count associated with the source.
|
||||
Query | Sorters | **String** | (optional) | Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **name, created, sourceId**
|
||||
|
||||
### Return type
|
||||
@@ -1397,7 +1397,7 @@ Param Type | Name | Data Type | Required | Description
|
||||
### Responses
|
||||
Code | Description | Data Type
|
||||
------------- | ------------- | -------------
|
||||
200 | List of non-employee source objects. | NonEmployeeSourceWithNECount[]
|
||||
200 | List of non-employee sources objects. | NonEmployeeSourceWithNECount[]
|
||||
400 | Client Error - Returned if the request body is invalid. | ErrorResponseDto
|
||||
401 | Unauthorized - Returned if there is no authorization header, or if the JWT token is expired. | ListAccessModelMetadataAttribute401Response
|
||||
403 | Forbidden - Returned if the user you are running as, doesn't have access to this end-point. | ErrorResponseDto
|
||||
@@ -1410,20 +1410,20 @@ Code | Description | Data Type
|
||||
|
||||
### Example
|
||||
```powershell
|
||||
$RequestedFor = "me" # String | The identity for whom the request was made. *me* indicates the current user.
|
||||
$NonEmployeeCount = $false # Boolean | The flag to determine whether return a non-employee count associate with source.
|
||||
$Limit = 250 # Int32 | Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information. (optional) (default to 250)
|
||||
$Offset = 0 # Int32 | Offset into the full result set. Usually specified with *limit* to paginate through the results. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information. (optional) (default to 0)
|
||||
$Count = $true # Boolean | If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned if *limit* and *offset* were ignored. Since requesting a total count can have a performance impact, it is recommended not to send **count=true** if that value will not be used. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information. (optional) (default to $false)
|
||||
$RequestedFor = "me" # String | Identity the request was made for. Use 'me' to indicate the current user. (optional)
|
||||
$NonEmployeeCount = $false # Boolean | Flag that determines whether the API will return a non-employee count associated with the source. (optional) (default to $false)
|
||||
$Sorters = "name,created" # String | Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **name, created, sourceId** (optional)
|
||||
|
||||
# List Non-Employee Sources
|
||||
|
||||
try {
|
||||
Get-BetaNonEmployeeSources
|
||||
Get-BetaNonEmployeeSources -RequestedFor $RequestedFor -NonEmployeeCount $NonEmployeeCount
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Get-BetaNonEmployeeSources -Limit $Limit -Offset $Offset -Count $Count -RequestedFor $RequestedFor -NonEmployeeCount $NonEmployeeCount -Sorters $Sorters
|
||||
# Get-BetaNonEmployeeSources -RequestedFor $RequestedFor -NonEmployeeCount $NonEmployeeCount -Limit $Limit -Offset $Offset -Count $Count -Sorters $Sorters
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Get-BetaNonEmployeeSources"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -1474,10 +1474,10 @@ $Id = "2c91808b6ef1d43e016efba0ce470904" # String | Non-employee record id (UUID
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToJsonPatchOperation -Json $JsonPatchOperation
|
||||
Update-BetaNonEmployeeRecord -Id $Id -BetaJsonPatchOperation $Result
|
||||
Update-BetaNonEmployeeRecord -Id $Id -JsonPatchOperation $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Update-BetaNonEmployeeRecord -Id $Id -BetaJsonPatchOperation $Result
|
||||
# Update-BetaNonEmployeeRecord -Id $Id -JsonPatchOperation $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Update-BetaNonEmployeeRecord"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -1531,10 +1531,10 @@ $SourceId = "2c91808b6ef1d43e016efba0ce470904" # String | The Source id
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToJsonPatchOperation -Json $JsonPatchOperation
|
||||
Update-BetaNonEmployeeSchemaAttribute -AttributeId $AttributeId -SourceId $SourceId -BetaJsonPatchOperation $Result
|
||||
Update-BetaNonEmployeeSchemaAttribute -AttributeId $AttributeId -SourceId $SourceId -JsonPatchOperation $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Update-BetaNonEmployeeSchemaAttribute -AttributeId $AttributeId -SourceId $SourceId -BetaJsonPatchOperation $Result
|
||||
# Update-BetaNonEmployeeSchemaAttribute -AttributeId $AttributeId -SourceId $SourceId -JsonPatchOperation $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Update-BetaNonEmployeeSchemaAttribute"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -1584,10 +1584,10 @@ $SourceId = "2c91808b6ef1d43e016efba0ce470904" # String | Source Id
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToJsonPatchOperation -Json $JsonPatchOperation
|
||||
Update-BetaNonEmployeeSource -SourceId $SourceId -BetaJsonPatchOperation $Result
|
||||
Update-BetaNonEmployeeSource -SourceId $SourceId -JsonPatchOperation $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Update-BetaNonEmployeeSource -SourceId $SourceId -BetaJsonPatchOperation $Result
|
||||
# Update-BetaNonEmployeeSource -SourceId $SourceId -JsonPatchOperation $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Update-BetaNonEmployeeSource"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -1634,10 +1634,10 @@ $NonEmployeeRejectApprovalDecision = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToNonEmployeeRejectApprovalDecision -Json $NonEmployeeRejectApprovalDecision
|
||||
Deny-BetaNonEmployeeRequest -Id $Id -BetaNonEmployeeRejectApprovalDecision $Result
|
||||
Deny-BetaNonEmployeeRequest -Id $Id -NonEmployeeRejectApprovalDecision $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Deny-BetaNonEmployeeRequest -Id $Id -BetaNonEmployeeRejectApprovalDecision $Result
|
||||
# Deny-BetaNonEmployeeRequest -Id $Id -NonEmployeeRejectApprovalDecision $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Deny-BetaNonEmployeeRequest"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -1696,10 +1696,10 @@ $NonEmployeeRequestBody = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToNonEmployeeRequestBody -Json $NonEmployeeRequestBody
|
||||
Update-BetaNonEmployeeRecord -Id $Id -BetaNonEmployeeRequestBody $Result
|
||||
Update-BetaNonEmployeeRecord -Id $Id -NonEmployeeRequestBody $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Update-BetaNonEmployeeRecord -Id $Id -BetaNonEmployeeRequestBody $Result
|
||||
# Update-BetaNonEmployeeRecord -Id $Id -NonEmployeeRequestBody $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Update-BetaNonEmployeeRecord"
|
||||
Write-Host $_.ErrorDetails
|
||||
|
||||
@@ -72,10 +72,10 @@ $DomainAddress = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToDomainAddress -Json $DomainAddress
|
||||
New-BetaDomainDkim -BetaDomainAddress $Result
|
||||
New-BetaDomainDkim -DomainAddress $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# New-BetaDomainDkim -BetaDomainAddress $Result
|
||||
# New-BetaDomainDkim -DomainAddress $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling New-BetaDomainDkim"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -137,10 +137,10 @@ $TemplateDto = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToTemplateDto -Json $TemplateDto
|
||||
New-BetaNotificationTemplate -BetaTemplateDto $Result
|
||||
New-BetaNotificationTemplate -TemplateDto $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# New-BetaNotificationTemplate -BetaTemplateDto $Result
|
||||
# New-BetaNotificationTemplate -TemplateDto $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling New-BetaNotificationTemplate"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -188,10 +188,10 @@ $EmailStatusDto = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToEmailStatusDto -Json $EmailStatusDto
|
||||
New-BetaVerifiedFromAddress -BetaEmailStatusDto $Result
|
||||
New-BetaVerifiedFromAddress -EmailStatusDto $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# New-BetaVerifiedFromAddress -BetaEmailStatusDto $Result
|
||||
# New-BetaVerifiedFromAddress -EmailStatusDto $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling New-BetaVerifiedFromAddress"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -239,10 +239,10 @@ Code | Description | Data Type
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToTemplateBulkDeleteDto -Json $TemplateBulkDeleteDto
|
||||
Remove-BetaNotificationTemplatesInBulk -BetaTemplateBulkDeleteDto $Result
|
||||
Remove-BetaNotificationTemplatesInBulk -TemplateBulkDeleteDto $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Remove-BetaNotificationTemplatesInBulk -BetaTemplateBulkDeleteDto $Result
|
||||
# Remove-BetaNotificationTemplatesInBulk -TemplateBulkDeleteDto $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Remove-BetaNotificationTemplatesInBulk"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -707,10 +707,10 @@ $MailFromAttributesDto = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToMailFromAttributesDto -Json $MailFromAttributesDto
|
||||
Send-BetaMailFromAttributes -BetaMailFromAttributesDto $Result
|
||||
Send-BetaMailFromAttributes -MailFromAttributesDto $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Send-BetaMailFromAttributes -BetaMailFromAttributesDto $Result
|
||||
# Send-BetaMailFromAttributes -MailFromAttributesDto $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Send-BetaMailFromAttributes"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -758,10 +758,10 @@ $SendTestNotificationRequestDto = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToSendTestNotificationRequestDto -Json $SendTestNotificationRequestDto
|
||||
Send-BetaTestNotification -BetaSendTestNotificationRequestDto $Result
|
||||
Send-BetaTestNotification -SendTestNotificationRequestDto $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Send-BetaTestNotification -BetaSendTestNotificationRequestDto $Result
|
||||
# Send-BetaTestNotification -SendTestNotificationRequestDto $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Send-BetaTestNotification"
|
||||
Write-Host $_.ErrorDetails
|
||||
|
||||
@@ -78,10 +78,10 @@ $CreateOAuthClientRequest = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToCreateOAuthClientRequest -Json $CreateOAuthClientRequest
|
||||
New-BetaOauthClient -BetaCreateOAuthClientRequest $Result
|
||||
New-BetaOauthClient -CreateOAuthClientRequest $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# New-BetaOauthClient -BetaCreateOAuthClientRequest $Result
|
||||
# New-BetaOauthClient -CreateOAuthClientRequest $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling New-BetaOauthClient"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -271,10 +271,10 @@ $Id = "ef38f94347e94562b5bb8424a56397d8" # String | The OAuth client id
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToJsonPatchOperation -Json $JsonPatchOperation
|
||||
Update-BetaOauthClient -Id $Id -BetaJsonPatchOperation $Result
|
||||
Update-BetaOauthClient -Id $Id -JsonPatchOperation $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Update-BetaOauthClient -Id $Id -BetaJsonPatchOperation $Result
|
||||
# Update-BetaOauthClient -Id $Id -JsonPatchOperation $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Update-BetaOauthClient"
|
||||
Write-Host $_.ErrorDetails
|
||||
|
||||
@@ -152,10 +152,10 @@ Code | Description | Data Type
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToJsonPatchOperation -Json $JsonPatchOperation
|
||||
Update-BetaOrgConfig -BetaJsonPatchOperation $Result
|
||||
Update-BetaOrgConfig -JsonPatchOperation $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Update-BetaOrgConfig -BetaJsonPatchOperation $Result
|
||||
# Update-BetaOrgConfig -JsonPatchOperation $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Update-BetaOrgConfig"
|
||||
Write-Host $_.ErrorDetails
|
||||
|
||||
@@ -70,10 +70,10 @@ $PasswordOrgConfig = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToPasswordOrgConfig -Json $PasswordOrgConfig
|
||||
New-BetaPasswordOrgConfig -BetaPasswordOrgConfig $Result
|
||||
New-BetaPasswordOrgConfig -PasswordOrgConfig $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# New-BetaPasswordOrgConfig -BetaPasswordOrgConfig $Result
|
||||
# New-BetaPasswordOrgConfig -PasswordOrgConfig $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling New-BetaPasswordOrgConfig"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -166,10 +166,10 @@ $PasswordOrgConfig = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToPasswordOrgConfig -Json $PasswordOrgConfig
|
||||
Send-BetaPasswordOrgConfig -BetaPasswordOrgConfig $Result
|
||||
Send-BetaPasswordOrgConfig -PasswordOrgConfig $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Send-BetaPasswordOrgConfig -BetaPasswordOrgConfig $Result
|
||||
# Send-BetaPasswordOrgConfig -PasswordOrgConfig $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Send-BetaPasswordOrgConfig"
|
||||
Write-Host $_.ErrorDetails
|
||||
|
||||
@@ -86,10 +86,10 @@ $PasswordDigitTokenReset = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToPasswordDigitTokenReset -Json $PasswordDigitTokenReset
|
||||
New-BetaDigitToken -BetaPasswordDigitTokenReset $Result
|
||||
New-BetaDigitToken -PasswordDigitTokenReset $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# New-BetaDigitToken -BetaPasswordDigitTokenReset $Result
|
||||
# New-BetaDigitToken -PasswordDigitTokenReset $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling New-BetaDigitToken"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -188,10 +188,10 @@ $PasswordInfoQueryDTO = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToPasswordInfoQueryDTO -Json $PasswordInfoQueryDTO
|
||||
Search-BetaPasswordInfo -BetaPasswordInfoQueryDTO $Result
|
||||
Search-BetaPasswordInfo -PasswordInfoQueryDTO $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Search-BetaPasswordInfo -BetaPasswordInfoQueryDTO $Result
|
||||
# Search-BetaPasswordInfo -PasswordInfoQueryDTO $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Search-BetaPasswordInfo"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -283,10 +283,10 @@ $PasswordChangeRequest = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToPasswordChangeRequest -Json $PasswordChangeRequest
|
||||
Set-BetaIdentityPassword -BetaPasswordChangeRequest $Result
|
||||
Set-BetaIdentityPassword -PasswordChangeRequest $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Set-BetaIdentityPassword -BetaPasswordChangeRequest $Result
|
||||
# Set-BetaIdentityPassword -PasswordChangeRequest $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Set-BetaIdentityPassword"
|
||||
Write-Host $_.ErrorDetails
|
||||
|
||||
@@ -101,10 +101,10 @@ $PasswordPolicyV3Dto = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToPasswordPolicyV3Dto -Json $PasswordPolicyV3Dto
|
||||
New-BetaPasswordPolicy -BetaPasswordPolicyV3Dto $Result
|
||||
New-BetaPasswordPolicy -PasswordPolicyV3Dto $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# New-BetaPasswordPolicy -BetaPasswordPolicyV3Dto $Result
|
||||
# New-BetaPasswordPolicy -PasswordPolicyV3Dto $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling New-BetaPasswordPolicy"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -324,10 +324,10 @@ $PasswordPolicyV3Dto = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToPasswordPolicyV3Dto -Json $PasswordPolicyV3Dto
|
||||
Set-BetaPasswordPolicy -Id $Id -BetaPasswordPolicyV3Dto $Result
|
||||
Set-BetaPasswordPolicy -Id $Id -PasswordPolicyV3Dto $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Set-BetaPasswordPolicy -Id $Id -BetaPasswordPolicyV3Dto $Result
|
||||
# Set-BetaPasswordPolicy -Id $Id -PasswordPolicyV3Dto $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Set-BetaPasswordPolicy"
|
||||
Write-Host $_.ErrorDetails
|
||||
|
||||
@@ -98,10 +98,10 @@ $PasswordSyncGroup = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToPasswordSyncGroup -Json $PasswordSyncGroup
|
||||
New-BetaPasswordSyncGroup -BetaPasswordSyncGroup $Result
|
||||
New-BetaPasswordSyncGroup -PasswordSyncGroup $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# New-BetaPasswordSyncGroup -BetaPasswordSyncGroup $Result
|
||||
# New-BetaPasswordSyncGroup -PasswordSyncGroup $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling New-BetaPasswordSyncGroup"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -294,10 +294,10 @@ $PasswordSyncGroup = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToPasswordSyncGroup -Json $PasswordSyncGroup
|
||||
Update-BetaPasswordSyncGroup -Id $Id -BetaPasswordSyncGroup $Result
|
||||
Update-BetaPasswordSyncGroup -Id $Id -PasswordSyncGroup $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Update-BetaPasswordSyncGroup -Id $Id -BetaPasswordSyncGroup $Result
|
||||
# Update-BetaPasswordSyncGroup -Id $Id -PasswordSyncGroup $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Update-BetaPasswordSyncGroup"
|
||||
Write-Host $_.ErrorDetails
|
||||
|
||||
@@ -73,10 +73,10 @@ $CreatePersonalAccessTokenRequest = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToCreatePersonalAccessTokenRequest -Json $CreatePersonalAccessTokenRequest
|
||||
New-BetaPersonalAccessToken -BetaCreatePersonalAccessTokenRequest $Result
|
||||
New-BetaPersonalAccessToken -CreatePersonalAccessTokenRequest $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# New-BetaPersonalAccessToken -BetaCreatePersonalAccessTokenRequest $Result
|
||||
# New-BetaPersonalAccessToken -CreatePersonalAccessTokenRequest $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling New-BetaPersonalAccessToken"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -220,10 +220,10 @@ $Id = "ef38f94347e94562b5bb8424a56397d8" # String | The Personal Access Token id
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToJsonPatchOperation -Json $JsonPatchOperation
|
||||
Update-BetaPersonalAccessToken -Id $Id -BetaJsonPatchOperation $Result
|
||||
Update-BetaPersonalAccessToken -Id $Id -JsonPatchOperation $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Update-BetaPersonalAccessToken -Id $Id -BetaJsonPatchOperation $Result
|
||||
# Update-BetaPersonalAccessToken -Id $Id -JsonPatchOperation $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Update-BetaPersonalAccessToken"
|
||||
Write-Host $_.ErrorDetails
|
||||
|
||||
@@ -123,10 +123,10 @@ $PublicIdentityConfig = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToPublicIdentityConfig -Json $PublicIdentityConfig
|
||||
Update-BetaPublicIdentityConfig -BetaPublicIdentityConfig $Result
|
||||
Update-BetaPublicIdentityConfig -PublicIdentityConfig $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Update-BetaPublicIdentityConfig -BetaPublicIdentityConfig $Result
|
||||
# Update-BetaPublicIdentityConfig -PublicIdentityConfig $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Update-BetaPublicIdentityConfig"
|
||||
Write-Host $_.ErrorDetails
|
||||
|
||||
@@ -262,10 +262,10 @@ $Role = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToRole -Json $Role
|
||||
New-BetaRole -BetaRole $Result
|
||||
New-BetaRole -Role $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# New-BetaRole -BetaRole $Result
|
||||
# New-BetaRole -Role $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling New-BetaRole"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -313,10 +313,10 @@ $RoleBulkDeleteRequest = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToRoleBulkDeleteRequest -Json $RoleBulkDeleteRequest
|
||||
Remove-BetaBulkRoles -BetaRoleBulkDeleteRequest $Result
|
||||
Remove-BetaBulkRoles -RoleBulkDeleteRequest $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Remove-BetaBulkRoles -BetaRoleBulkDeleteRequest $Result
|
||||
# Remove-BetaBulkRoles -RoleBulkDeleteRequest $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Remove-BetaBulkRoles"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -652,10 +652,10 @@ $Id = "2c91808a7813090a017814121e121518" # String | ID of the Role to patch
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToJsonPatchOperation -Json $JsonPatchOperation
|
||||
Update-BetaRole -Id $Id -BetaJsonPatchOperation $Result
|
||||
Update-BetaRole -Id $Id -JsonPatchOperation $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Update-BetaRole -Id $Id -BetaJsonPatchOperation $Result
|
||||
# Update-BetaRole -Id $Id -JsonPatchOperation $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Update-BetaRole"
|
||||
Write-Host $_.ErrorDetails
|
||||
|
||||
@@ -86,10 +86,10 @@ $SimIntegrationDetails = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToSimIntegrationDetails -Json $SimIntegrationDetails
|
||||
New-BetaSIMIntegration -BetaSimIntegrationDetails $Result
|
||||
New-BetaSIMIntegration -SimIntegrationDetails $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# New-BetaSIMIntegration -BetaSimIntegrationDetails $Result
|
||||
# New-BetaSIMIntegration -SimIntegrationDetails $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling New-BetaSIMIntegration"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -271,10 +271,10 @@ $JsonPatch = @""[\n {\n\t \"op\": \"replace\",\n\t \"path\": \"/description\"
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToJsonPatch -Json $JsonPatch
|
||||
Update-BetaBeforeProvisioningRule -Id $Id -BetaJsonPatch $Result
|
||||
Update-BetaBeforeProvisioningRule -Id $Id -JsonPatch $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Update-BetaBeforeProvisioningRule -Id $Id -BetaJsonPatch $Result
|
||||
# Update-BetaBeforeProvisioningRule -Id $Id -JsonPatch $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Update-BetaBeforeProvisioningRule"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -320,10 +320,10 @@ $JsonPatch = @""[\n {\n\t \"op\": \"replace\",\n\t \"path\": \"/description\"
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToJsonPatch -Json $JsonPatch
|
||||
Update-BetaSIMAttributes -Id $Id -BetaJsonPatch $Result
|
||||
Update-BetaSIMAttributes -Id $Id -JsonPatch $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Update-BetaSIMAttributes -Id $Id -BetaJsonPatch $Result
|
||||
# Update-BetaSIMAttributes -Id $Id -JsonPatch $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Update-BetaSIMAttributes"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -386,10 +386,10 @@ $SimIntegrationDetails = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToSimIntegrationDetails -Json $SimIntegrationDetails
|
||||
Send-BetaSIMIntegration -Id $Id -BetaSimIntegrationDetails $Result
|
||||
Send-BetaSIMIntegration -Id $Id -SimIntegrationDetails $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Send-BetaSIMIntegration -Id $Id -BetaSimIntegrationDetails $Result
|
||||
# Send-BetaSIMIntegration -Id $Id -SimIntegrationDetails $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Send-BetaSIMIntegration"
|
||||
Write-Host $_.ErrorDetails
|
||||
|
||||
@@ -155,10 +155,10 @@ $SodPolicy = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToSodPolicy -Json $SodPolicy
|
||||
New-BetaSodPolicy -BetaSodPolicy $Result
|
||||
New-BetaSodPolicy -SodPolicy $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# New-BetaSodPolicy -BetaSodPolicy $Result
|
||||
# New-BetaSodPolicy -SodPolicy $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling New-BetaSodPolicy"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -855,10 +855,10 @@ $SodPolicySchedule = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToSodPolicySchedule -Json $SodPolicySchedule
|
||||
Send-BetaPolicySchedule -Id $Id -BetaSodPolicySchedule $Result
|
||||
Send-BetaPolicySchedule -Id $Id -SodPolicySchedule $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Send-BetaPolicySchedule -Id $Id -BetaSodPolicySchedule $Result
|
||||
# Send-BetaPolicySchedule -Id $Id -SodPolicySchedule $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Send-BetaPolicySchedule"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -963,10 +963,10 @@ $SodPolicy = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToSodPolicy -Json $SodPolicy
|
||||
Send-BetaSodPolicy -Id $Id -BetaSodPolicy $Result
|
||||
Send-BetaSodPolicy -Id $Id -SodPolicy $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Send-BetaSodPolicy -Id $Id -BetaSodPolicy $Result
|
||||
# Send-BetaSodPolicy -Id $Id -SodPolicy $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Send-BetaSodPolicy"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -1017,7 +1017,7 @@ try {
|
||||
Start-BetaSodAllPoliciesForOrg
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Start-BetaSodAllPoliciesForOrg -BetaMultiPolicyRequest $Result
|
||||
# Start-BetaSodAllPoliciesForOrg -MultiPolicyRequest $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Start-BetaSodAllPoliciesForOrg"
|
||||
Write-Host $_.ErrorDetails
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -65,10 +65,10 @@ $ExportPayload = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToExportPayload -Json $ExportPayload
|
||||
Export-BetaSpConfig -BetaExportPayload $Result
|
||||
Export-BetaSpConfig -ExportPayload $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Export-BetaSpConfig -BetaExportPayload $Result
|
||||
# Export-BetaSpConfig -ExportPayload $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Export-BetaSpConfig"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -319,7 +319,7 @@ try {
|
||||
Import-BetaSpConfig -Data $Data
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Import-BetaSpConfig -Data $Data -Preview $Preview -BetaOptions $Options
|
||||
# Import-BetaSpConfig -Data $Data -Preview $Preview -Options $Options
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Import-BetaSpConfig"
|
||||
Write-Host $_.ErrorDetails
|
||||
|
||||
@@ -86,10 +86,10 @@ $SearchAttributeConfig = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToSearchAttributeConfig -Json $SearchAttributeConfig
|
||||
New-BetaSearchAttributeConfig -BetaSearchAttributeConfig $Result
|
||||
New-BetaSearchAttributeConfig -SearchAttributeConfig $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# New-BetaSearchAttributeConfig -BetaSearchAttributeConfig $Result
|
||||
# New-BetaSearchAttributeConfig -SearchAttributeConfig $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling New-BetaSearchAttributeConfig"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -276,10 +276,10 @@ $Name = "promotedMailAttribute" # String | Name of the extended search attribute
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToJsonPatchOperation -Json $JsonPatchOperation
|
||||
Update-BetaSearchAttributeConfig -Name $Name -BetaJsonPatchOperation $Result
|
||||
Update-BetaSearchAttributeConfig -Name $Name -JsonPatchOperation $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Update-BetaSearchAttributeConfig -Name $Name -BetaJsonPatchOperation $Result
|
||||
# Update-BetaSearchAttributeConfig -Name $Name -JsonPatchOperation $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Update-BetaSearchAttributeConfig"
|
||||
Write-Host $_.ErrorDetails
|
||||
|
||||
@@ -101,10 +101,10 @@ $Segment = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToSegment -Json $Segment
|
||||
New-BetaSegment -BetaSegment $Result
|
||||
New-BetaSegment -Segment $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# New-BetaSegment -BetaSegment $Result
|
||||
# New-BetaSegment -Segment $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling New-BetaSegment"
|
||||
Write-Host $_.ErrorDetails
|
||||
|
||||
@@ -119,10 +119,10 @@ $ServiceDeskIntegrationDto = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToServiceDeskIntegrationDto -Json $ServiceDeskIntegrationDto
|
||||
New-BetaServiceDeskIntegration -BetaServiceDeskIntegrationDto $Result
|
||||
New-BetaServiceDeskIntegration -ServiceDeskIntegrationDto $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# New-BetaServiceDeskIntegration -BetaServiceDeskIntegrationDto $Result
|
||||
# New-BetaServiceDeskIntegration -ServiceDeskIntegrationDto $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling New-BetaServiceDeskIntegration"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -448,10 +448,10 @@ $PatchServiceDeskIntegrationRequest = @""@
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToPatchServiceDeskIntegrationRequest -Json $PatchServiceDeskIntegrationRequest
|
||||
Update-BetaServiceDeskIntegration -Id $Id -BetaPatchServiceDeskIntegrationRequest $Result
|
||||
Update-BetaServiceDeskIntegration -Id $Id -PatchServiceDeskIntegrationRequest $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Update-BetaServiceDeskIntegration -Id $Id -BetaPatchServiceDeskIntegrationRequest $Result
|
||||
# Update-BetaServiceDeskIntegration -Id $Id -PatchServiceDeskIntegrationRequest $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Update-BetaServiceDeskIntegration"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -527,10 +527,10 @@ $ServiceDeskIntegrationDto = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToServiceDeskIntegrationDto -Json $ServiceDeskIntegrationDto
|
||||
Send-BetaServiceDeskIntegration -Id $Id -BetaServiceDeskIntegrationDto $Result
|
||||
Send-BetaServiceDeskIntegration -Id $Id -ServiceDeskIntegrationDto $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Send-BetaServiceDeskIntegration -Id $Id -BetaServiceDeskIntegrationDto $Result
|
||||
# Send-BetaServiceDeskIntegration -Id $Id -ServiceDeskIntegrationDto $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Send-BetaServiceDeskIntegration"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -577,10 +577,10 @@ $QueuedCheckConfigDetails = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToQueuedCheckConfigDetails -Json $QueuedCheckConfigDetails
|
||||
Update-BetaStatusCheckDetails -BetaQueuedCheckConfigDetails $Result
|
||||
Update-BetaStatusCheckDetails -QueuedCheckConfigDetails $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Update-BetaStatusCheckDetails -BetaQueuedCheckConfigDetails $Result
|
||||
# Update-BetaStatusCheckDetails -QueuedCheckConfigDetails $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Update-BetaStatusCheckDetails"
|
||||
Write-Host $_.ErrorDetails
|
||||
|
||||
@@ -198,10 +198,10 @@ $ProvisioningPolicyDto = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToProvisioningPolicyDto -Json $ProvisioningPolicyDto
|
||||
New-BetaProvisioningPolicy -SourceId $SourceId -BetaProvisioningPolicyDto $Result
|
||||
New-BetaProvisioningPolicy -SourceId $SourceId -ProvisioningPolicyDto $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# New-BetaProvisioningPolicy -SourceId $SourceId -BetaProvisioningPolicyDto $Result
|
||||
# New-BetaProvisioningPolicy -SourceId $SourceId -ProvisioningPolicyDto $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling New-BetaProvisioningPolicy"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -329,10 +329,10 @@ $ProvisionAsCsv = $false # Boolean | If this parameter is `true`, it configures
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToSource -Json $Source
|
||||
New-BetaSource -BetaSource $Result
|
||||
New-BetaSource -Source $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# New-BetaSource -BetaSource $Result -ProvisionAsCsv $ProvisionAsCsv
|
||||
# New-BetaSource -Source $Result -ProvisionAsCsv $ProvisionAsCsv
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling New-BetaSource"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -410,10 +410,10 @@ $Schema = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToSchema -Json $Schema
|
||||
New-BetaSourceSchema -SourceId $SourceId -BetaSchema $Result
|
||||
New-BetaSourceSchema -SourceId $SourceId -Schema $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# New-BetaSourceSchema -SourceId $SourceId -BetaSchema $Result
|
||||
# New-BetaSourceSchema -SourceId $SourceId -Schema $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling New-BetaSourceSchema"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -1631,10 +1631,10 @@ $ResourceObjectsRequest = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToResourceObjectsRequest -Json $ResourceObjectsRequest
|
||||
Receive-BetaResourceObjects -SourceId $SourceId -BetaResourceObjectsRequest $Result
|
||||
Receive-BetaResourceObjects -SourceId $SourceId -ResourceObjectsRequest $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Receive-BetaResourceObjects -SourceId $SourceId -BetaResourceObjectsRequest $Result
|
||||
# Receive-BetaResourceObjects -SourceId $SourceId -ResourceObjectsRequest $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Receive-BetaResourceObjects"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -1747,10 +1747,10 @@ $CorrelationConfig = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToCorrelationConfig -Json $CorrelationConfig
|
||||
Send-BetaCorrelationConfig -SourceId $SourceId -BetaCorrelationConfig $Result
|
||||
Send-BetaCorrelationConfig -SourceId $SourceId -CorrelationConfig $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Send-BetaCorrelationConfig -SourceId $SourceId -BetaCorrelationConfig $Result
|
||||
# Send-BetaCorrelationConfig -SourceId $SourceId -CorrelationConfig $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Send-BetaCorrelationConfig"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -1805,10 +1805,10 @@ $NativeChangeDetectionConfig = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToNativeChangeDetectionConfig -Json $NativeChangeDetectionConfig
|
||||
Send-BetaNativeChangeDetectionConfig -SourceId $SourceId -BetaNativeChangeDetectionConfig $Result
|
||||
Send-BetaNativeChangeDetectionConfig -SourceId $SourceId -NativeChangeDetectionConfig $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Send-BetaNativeChangeDetectionConfig -SourceId $SourceId -BetaNativeChangeDetectionConfig $Result
|
||||
# Send-BetaNativeChangeDetectionConfig -SourceId $SourceId -NativeChangeDetectionConfig $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Send-BetaNativeChangeDetectionConfig"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -1897,10 +1897,10 @@ $ProvisioningPolicyDto = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToProvisioningPolicyDto -Json $ProvisioningPolicyDto
|
||||
Send-BetaProvisioningPolicy -SourceId $SourceId -UsageType $UsageType -BetaProvisioningPolicyDto $Result
|
||||
Send-BetaProvisioningPolicy -SourceId $SourceId -UsageType $UsageType -ProvisioningPolicyDto $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Send-BetaProvisioningPolicy -SourceId $SourceId -UsageType $UsageType -BetaProvisioningPolicyDto $Result
|
||||
# Send-BetaProvisioningPolicy -SourceId $SourceId -UsageType $UsageType -ProvisioningPolicyDto $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Send-BetaProvisioningPolicy"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -2042,10 +2042,10 @@ $Source = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToSource -Json $Source
|
||||
Send-BetaSource -Id $Id -BetaSource $Result
|
||||
Send-BetaSource -Id $Id -Source $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Send-BetaSource -Id $Id -BetaSource $Result
|
||||
# Send-BetaSource -Id $Id -Source $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Send-BetaSource"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -2110,10 +2110,10 @@ $AttrSyncSourceConfig = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToAttrSyncSourceConfig -Json $AttrSyncSourceConfig
|
||||
Send-BetaSourceAttrSyncConfig -Id $Id -BetaAttrSyncSourceConfig $Result
|
||||
Send-BetaSourceAttrSyncConfig -Id $Id -AttrSyncSourceConfig $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Send-BetaSourceAttrSyncConfig -Id $Id -BetaAttrSyncSourceConfig $Result
|
||||
# Send-BetaSourceAttrSyncConfig -Id $Id -AttrSyncSourceConfig $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Send-BetaSourceAttrSyncConfig"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -2199,10 +2199,10 @@ $Schema = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToSchema -Json $Schema
|
||||
Send-BetaSourceSchema -SourceId $SourceId -SchemaId $SchemaId -BetaSchema $Result
|
||||
Send-BetaSourceSchema -SourceId $SourceId -SchemaId $SchemaId -Schema $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Send-BetaSourceSchema -SourceId $SourceId -SchemaId $SchemaId -BetaSchema $Result
|
||||
# Send-BetaSourceSchema -SourceId $SourceId -SchemaId $SchemaId -Schema $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Send-BetaSourceSchema"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -2429,10 +2429,10 @@ $SourceId = "2c9180835d191a86015d28455b4a2329" # String | The Source id.
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToProvisioningPolicyDto -Json $ProvisioningPolicyDto
|
||||
Update-BetaProvisioningPoliciesInBulk -SourceId $SourceId -BetaProvisioningPolicyDto $Result
|
||||
Update-BetaProvisioningPoliciesInBulk -SourceId $SourceId -ProvisioningPolicyDto $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Update-BetaProvisioningPoliciesInBulk -SourceId $SourceId -BetaProvisioningPolicyDto $Result
|
||||
# Update-BetaProvisioningPoliciesInBulk -SourceId $SourceId -ProvisioningPolicyDto $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Update-BetaProvisioningPoliciesInBulk"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -2487,10 +2487,10 @@ $UsageType = "CREATE" # UsageType | The type of provisioning policy usage. In I
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToJsonPatchOperation -Json $JsonPatchOperation
|
||||
Update-BetaProvisioningPolicy -SourceId $SourceId -UsageType $UsageType -BetaJsonPatchOperation $Result
|
||||
Update-BetaProvisioningPolicy -SourceId $SourceId -UsageType $UsageType -JsonPatchOperation $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Update-BetaProvisioningPolicy -SourceId $SourceId -UsageType $UsageType -BetaJsonPatchOperation $Result
|
||||
# Update-BetaProvisioningPolicy -SourceId $SourceId -UsageType $UsageType -JsonPatchOperation $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Update-BetaProvisioningPolicy"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -2557,10 +2557,10 @@ $Id = "2c9180835d191a86015d28455b4a2329" # String | Source ID.
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToJsonPatchOperation -Json $JsonPatchOperation
|
||||
Update-BetaSource -Id $Id -BetaJsonPatchOperation $Result
|
||||
Update-BetaSource -Id $Id -JsonPatchOperation $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Update-BetaSource -Id $Id -BetaJsonPatchOperation $Result
|
||||
# Update-BetaSource -Id $Id -JsonPatchOperation $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Update-BetaSource"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -2623,10 +2623,10 @@ $SourceEntitlementRequestConfig = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToSourceEntitlementRequestConfig -Json $SourceEntitlementRequestConfig
|
||||
Update-BetaSourceEntitlementRequestConfig -SourceId $SourceId -BetaSourceEntitlementRequestConfig $Result
|
||||
Update-BetaSourceEntitlementRequestConfig -SourceId $SourceId -SourceEntitlementRequestConfig $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Update-BetaSourceEntitlementRequestConfig -SourceId $SourceId -BetaSourceEntitlementRequestConfig $Result
|
||||
# Update-BetaSourceEntitlementRequestConfig -SourceId $SourceId -SourceEntitlementRequestConfig $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Update-BetaSourceEntitlementRequestConfig"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -2708,10 +2708,10 @@ $SchemaId = "2c9180835d191a86015d28455b4a2329" # String | The Schema id.
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToJsonPatchOperation -Json $JsonPatchOperation
|
||||
Update-BetaSourceSchema -SourceId $SourceId -SchemaId $SchemaId -BetaJsonPatchOperation $Result
|
||||
Update-BetaSourceSchema -SourceId $SourceId -SchemaId $SchemaId -JsonPatchOperation $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Update-BetaSourceSchema -SourceId $SourceId -SchemaId $SchemaId -BetaJsonPatchOperation $Result
|
||||
# Update-BetaSourceSchema -SourceId $SourceId -SchemaId $SchemaId -JsonPatchOperation $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Update-BetaSourceSchema"
|
||||
Write-Host $_.ErrorDetails
|
||||
|
||||
@@ -239,10 +239,10 @@ $Id = "ebab396f-0af1-4050-89b7-dafc63ec70e7" # String | id is sed id
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToSedPatch -Json $SedPatch
|
||||
Update-BetaSed -Id $Id -BetaSedPatch $Result
|
||||
Update-BetaSed -Id $Id -SedPatch $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Update-BetaSed -Id $Id -BetaSedPatch $Result
|
||||
# Update-BetaSed -Id $Id -SedPatch $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Update-BetaSed"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -290,10 +290,10 @@ Code | Description | Data Type
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToSedApproval -Json $SedApproval
|
||||
Submit-BetaSedApproval -BetaSedApproval $Result
|
||||
Submit-BetaSedApproval -SedApproval $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Submit-BetaSedApproval -BetaSedApproval $Result
|
||||
# Submit-BetaSedApproval -SedApproval $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Submit-BetaSedApproval"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -344,10 +344,10 @@ $SedAssignment = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToSedAssignment -Json $SedAssignment
|
||||
Submit-BetaSedAssignment -BetaSedAssignment $Result
|
||||
Submit-BetaSedAssignment -SedAssignment $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Submit-BetaSedAssignment -BetaSedAssignment $Result
|
||||
# Submit-BetaSedAssignment -SedAssignment $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Submit-BetaSedAssignment"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -400,7 +400,7 @@ try {
|
||||
Submit-BetaSedBatchRequest
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Submit-BetaSedBatchRequest -BetaSedBatchRequest $Result
|
||||
# Submit-BetaSedBatchRequest -SedBatchRequest $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Submit-BetaSedBatchRequest"
|
||||
Write-Host $_.ErrorDetails
|
||||
|
||||
@@ -176,10 +176,10 @@ $BulkTaggedObject = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToBulkTaggedObject -Json $BulkTaggedObject
|
||||
Remove-BetaTagsToManyObject -BetaBulkTaggedObject $Result
|
||||
Remove-BetaTagsToManyObject -BulkTaggedObject $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Remove-BetaTagsToManyObject -BetaBulkTaggedObject $Result
|
||||
# Remove-BetaTagsToManyObject -BulkTaggedObject $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Remove-BetaTagsToManyObject"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -388,10 +388,10 @@ $TaggedObject = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToTaggedObject -Json $TaggedObject
|
||||
Send-BetaTaggedObject -Type $Type -Id $Id -BetaTaggedObject $Result
|
||||
Send-BetaTaggedObject -Type $Type -Id $Id -TaggedObject $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Send-BetaTaggedObject -Type $Type -Id $Id -BetaTaggedObject $Result
|
||||
# Send-BetaTaggedObject -Type $Type -Id $Id -TaggedObject $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Send-BetaTaggedObject"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -443,10 +443,10 @@ $TaggedObject = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToTaggedObject -Json $TaggedObject
|
||||
Set-BetaTagToObject -BetaTaggedObject $Result
|
||||
Set-BetaTagToObject -TaggedObject $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Set-BetaTagToObject -BetaTaggedObject $Result
|
||||
# Set-BetaTagToObject -TaggedObject $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Set-BetaTagToObject"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -503,10 +503,10 @@ $BulkTaggedObject = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToBulkTaggedObject -Json $BulkTaggedObject
|
||||
Set-BetaTagsToManyObjects -BetaBulkTaggedObject $Result
|
||||
Set-BetaTagsToManyObjects -BulkTaggedObject $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Set-BetaTagsToManyObjects -BetaBulkTaggedObject $Result
|
||||
# Set-BetaTagsToManyObjects -BulkTaggedObject $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Set-BetaTagsToManyObjects"
|
||||
Write-Host $_.ErrorDetails
|
||||
|
||||
@@ -74,10 +74,10 @@ $Tag = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToTag -Json $Tag
|
||||
New-BetaTag -BetaTag $Result
|
||||
New-BetaTag -Tag $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# New-BetaTag -BetaTag $Result
|
||||
# New-BetaTag -Tag $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling New-BetaTag"
|
||||
Write-Host $_.ErrorDetails
|
||||
|
||||
@@ -268,10 +268,10 @@ $Id = "00eebcf881994e419d72e757fd30dc0e" # String | Task ID.
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToJsonPatchOperation -Json $JsonPatchOperation
|
||||
Update-BetaTaskStatus -Id $Id -BetaJsonPatchOperation $Result
|
||||
Update-BetaTaskStatus -Id $Id -JsonPatchOperation $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Update-BetaTaskStatus -Id $Id -BetaJsonPatchOperation $Result
|
||||
# Update-BetaTaskStatus -Id $Id -JsonPatchOperation $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Update-BetaTaskStatus"
|
||||
Write-Host $_.ErrorDetails
|
||||
|
||||
@@ -80,10 +80,10 @@ $Transform = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToTransform -Json $Transform
|
||||
New-BetaTransform -BetaTransform $Result
|
||||
New-BetaTransform -Transform $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# New-BetaTransform -BetaTransform $Result
|
||||
# New-BetaTransform -Transform $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling New-BetaTransform"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -301,7 +301,7 @@ try {
|
||||
Update-BetaTransform -Id $Id
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Update-BetaTransform -Id $Id -BetaTransform $Result
|
||||
# Update-BetaTransform -Id $Id -Transform $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Update-BetaTransform"
|
||||
Write-Host $_.ErrorDetails
|
||||
|
||||
@@ -113,10 +113,10 @@ $CompleteInvocation = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToCompleteInvocation -Json $CompleteInvocation
|
||||
Complete-BetaTriggerInvocation -Id $Id -BetaCompleteInvocation $Result
|
||||
Complete-BetaTriggerInvocation -Id $Id -CompleteInvocation $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Complete-BetaTriggerInvocation -Id $Id -BetaCompleteInvocation $Result
|
||||
# Complete-BetaTriggerInvocation -Id $Id -CompleteInvocation $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Complete-BetaTriggerInvocation"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -185,10 +185,10 @@ $SubscriptionPostRequest = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToSubscriptionPostRequest -Json $SubscriptionPostRequest
|
||||
New-BetaSubscription -BetaSubscriptionPostRequest $Result
|
||||
New-BetaSubscription -SubscriptionPostRequest $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# New-BetaSubscription -BetaSubscriptionPostRequest $Result
|
||||
# New-BetaSubscription -SubscriptionPostRequest $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling New-BetaSubscription"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -444,10 +444,10 @@ $Id = "0f11f2a4-7c94-4bf3-a2bd-742580fe3bde" # String | ID of the Subscription t
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToSubscriptionPatchRequestInner -Json $SubscriptionPatchRequestInner
|
||||
Update-BetaSubscription -Id $Id -BetaSubscriptionPatchRequestInner $Result
|
||||
Update-BetaSubscription -Id $Id -SubscriptionPatchRequestInner $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Update-BetaSubscription -Id $Id -BetaSubscriptionPatchRequestInner $Result
|
||||
# Update-BetaSubscription -Id $Id -SubscriptionPatchRequestInner $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Update-BetaSubscription"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -500,10 +500,10 @@ $TestInvocation = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToTestInvocation -Json $TestInvocation
|
||||
Start-BetaTestTriggerInvocation -BetaTestInvocation $Result
|
||||
Start-BetaTestTriggerInvocation -TestInvocation $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Start-BetaTestTriggerInvocation -BetaTestInvocation $Result
|
||||
# Start-BetaTestTriggerInvocation -TestInvocation $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Start-BetaTestTriggerInvocation"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -552,10 +552,10 @@ $ValidateFilterInputDto = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToValidateFilterInputDto -Json $ValidateFilterInputDto
|
||||
Test-BetaSubscriptionFilter -BetaValidateFilterInputDto $Result
|
||||
Test-BetaSubscriptionFilter -ValidateFilterInputDto $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Test-BetaSubscriptionFilter -BetaValidateFilterInputDto $Result
|
||||
# Test-BetaSubscriptionFilter -ValidateFilterInputDto $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Test-BetaSubscriptionFilter"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -633,10 +633,10 @@ $SubscriptionPutRequest = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToSubscriptionPutRequest -Json $SubscriptionPutRequest
|
||||
Update-BetaSubscription -Id $Id -BetaSubscriptionPutRequest $Result
|
||||
Update-BetaSubscription -Id $Id -SubscriptionPutRequest $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Update-BetaSubscription -Id $Id -BetaSubscriptionPutRequest $Result
|
||||
# Update-BetaSubscription -Id $Id -SubscriptionPutRequest $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Update-BetaSubscription"
|
||||
Write-Host $_.ErrorDetails
|
||||
|
||||
@@ -108,10 +108,10 @@ $TenantUiMetadataItemUpdateRequest = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToTenantUiMetadataItemUpdateRequest -Json $TenantUiMetadataItemUpdateRequest
|
||||
Set-BetaTenantUiMetadata -BetaTenantUiMetadataItemUpdateRequest $Result
|
||||
Set-BetaTenantUiMetadata -TenantUiMetadataItemUpdateRequest $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Set-BetaTenantUiMetadata -BetaTenantUiMetadataItemUpdateRequest $Result
|
||||
# Set-BetaTenantUiMetadata -TenantUiMetadataItemUpdateRequest $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Set-BetaTenantUiMetadata"
|
||||
Write-Host $_.ErrorDetails
|
||||
|
||||
@@ -85,10 +85,10 @@ $VendorConnectorMapping = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToVendorConnectorMapping -Json $VendorConnectorMapping
|
||||
New-BetaVendorConnectorMapping -BetaVendorConnectorMapping $Result
|
||||
New-BetaVendorConnectorMapping -VendorConnectorMapping $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# New-BetaVendorConnectorMapping -BetaVendorConnectorMapping $Result
|
||||
# New-BetaVendorConnectorMapping -VendorConnectorMapping $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling New-BetaVendorConnectorMapping"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -155,10 +155,10 @@ $VendorConnectorMapping = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToVendorConnectorMapping -Json $VendorConnectorMapping
|
||||
Remove-BetaVendorConnectorMapping -BetaVendorConnectorMapping $Result
|
||||
Remove-BetaVendorConnectorMapping -VendorConnectorMapping $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Remove-BetaVendorConnectorMapping -BetaVendorConnectorMapping $Result
|
||||
# Remove-BetaVendorConnectorMapping -VendorConnectorMapping $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Remove-BetaVendorConnectorMapping"
|
||||
Write-Host $_.ErrorDetails
|
||||
|
||||
@@ -218,10 +218,10 @@ $WorkItemForward = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToWorkItemForward -Json $WorkItemForward
|
||||
Invoke-BetaForwardWorkItem -Id $Id -BetaWorkItemForward $Result
|
||||
Invoke-BetaForwardWorkItem -Id $Id -WorkItemForward $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Invoke-BetaForwardWorkItem -Id $Id -BetaWorkItemForward $Result
|
||||
# Invoke-BetaForwardWorkItem -Id $Id -WorkItemForward $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Invoke-BetaForwardWorkItem"
|
||||
Write-Host $_.ErrorDetails
|
||||
|
||||
@@ -79,10 +79,10 @@ $ConfigurationItemRequest = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToConfigurationItemRequest -Json $ConfigurationItemRequest
|
||||
New-BetaReassignmentConfiguration -BetaConfigurationItemRequest $Result
|
||||
New-BetaReassignmentConfiguration -ConfigurationItemRequest $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# New-BetaReassignmentConfiguration -BetaConfigurationItemRequest $Result
|
||||
# New-BetaReassignmentConfiguration -ConfigurationItemRequest $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling New-BetaReassignmentConfiguration"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -408,10 +408,10 @@ $ConfigurationItemRequest = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToConfigurationItemRequest -Json $ConfigurationItemRequest
|
||||
Send-BetaReassignmentConfig -IdentityId $IdentityId -BetaConfigurationItemRequest $Result
|
||||
Send-BetaReassignmentConfig -IdentityId $IdentityId -ConfigurationItemRequest $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Send-BetaReassignmentConfig -IdentityId $IdentityId -BetaConfigurationItemRequest $Result
|
||||
# Send-BetaReassignmentConfig -IdentityId $IdentityId -ConfigurationItemRequest $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Send-BetaReassignmentConfig"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -458,10 +458,10 @@ $TenantConfigurationRequest = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToTenantConfigurationRequest -Json $TenantConfigurationRequest
|
||||
Send-BetaTenantConfiguration -BetaTenantConfigurationRequest $Result
|
||||
Send-BetaTenantConfiguration -TenantConfigurationRequest $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Send-BetaTenantConfiguration -BetaTenantConfigurationRequest $Result
|
||||
# Send-BetaTenantConfiguration -TenantConfigurationRequest $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Send-BetaTenantConfiguration"
|
||||
Write-Host $_.ErrorDetails
|
||||
|
||||
@@ -119,10 +119,10 @@ $CreateWorkflowRequest = @"{name=Send Email, owner={type=IDENTITY, id=2c91808568
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToCreateWorkflowRequest -Json $CreateWorkflowRequest
|
||||
New-BetaWorkflow -BetaCreateWorkflowRequest $Result
|
||||
New-BetaWorkflow -CreateWorkflowRequest $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# New-BetaWorkflow -BetaCreateWorkflowRequest $Result
|
||||
# New-BetaWorkflow -CreateWorkflowRequest $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling New-BetaWorkflow"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -649,10 +649,10 @@ $Id = "c17bea3a-574d-453c-9e04-4365fbf5af0b" # String | Id of the Workflow
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToJsonPatchOperation -Json $JsonPatchOperation
|
||||
Update-BetaWorkflow -Id $Id -BetaJsonPatchOperation $Result
|
||||
Update-BetaWorkflow -Id $Id -JsonPatchOperation $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Update-BetaWorkflow -Id $Id -BetaJsonPatchOperation $Result
|
||||
# Update-BetaWorkflow -Id $Id -JsonPatchOperation $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Update-BetaWorkflow"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -699,7 +699,7 @@ try {
|
||||
Submit-BetaExternalExecuteWorkflow -Id $Id
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Submit-BetaExternalExecuteWorkflow -Id $Id -BetaPostExternalExecuteWorkflowRequest $Result
|
||||
# Submit-BetaExternalExecuteWorkflow -Id $Id -PostExternalExecuteWorkflowRequest $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Submit-BetaExternalExecuteWorkflow"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -791,7 +791,7 @@ try {
|
||||
Test-BetaExternalExecuteWorkflow -Id $Id
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Test-BetaExternalExecuteWorkflow -Id $Id -BetaTestExternalExecuteWorkflowRequest $Result
|
||||
# Test-BetaExternalExecuteWorkflow -Id $Id -TestExternalExecuteWorkflowRequest $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Test-BetaExternalExecuteWorkflow"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -838,10 +838,10 @@ $TestWorkflowRequest = @"{input={identity={id=ee769173319b41d19ccec6cea52f237b,
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToTestWorkflowRequest -Json $TestWorkflowRequest
|
||||
Test-BetaWorkflow -Id $Id -BetaTestWorkflowRequest $Result
|
||||
Test-BetaWorkflow -Id $Id -TestWorkflowRequest $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Test-BetaWorkflow -Id $Id -BetaTestWorkflowRequest $Result
|
||||
# Test-BetaWorkflow -Id $Id -TestWorkflowRequest $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Test-BetaWorkflow"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -923,10 +923,10 @@ $WorkflowBody = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToWorkflowBody -Json $WorkflowBody
|
||||
Update-BetaWorkflow -Id $Id -BetaWorkflowBody $Result
|
||||
Update-BetaWorkflow -Id $Id -WorkflowBody $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Update-BetaWorkflow -Id $Id -BetaWorkflowBody $Result
|
||||
# Update-BetaWorkflow -Id $Id -WorkflowBody $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Update-BetaWorkflow"
|
||||
Write-Host $_.ErrorDetails
|
||||
|
||||
@@ -24,7 +24,7 @@ Name | Type | Description | Notes
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AccessCriteria = Initialize-PSSailpoint.BetaAccessCriteria -Name money-in `
|
||||
-CriteriaList [{type=ENTITLEMENT, id=2c9180866166b5b0016167c32ef31a66, name=Administrator}, {type=ENTITLEMENT, id=2c9180866166b5b0016167c32ef31a67, name=Administrator}]
|
||||
-CriteriaList [{type=ENTITLEMENT, id=2c9180866166b5b0016167c32ef31a66, name=Administrator}, {type=ENTITLEMENT, id=2c9180866166b5b0016167c32ef31a67, name=Administrator}]
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
|
||||
@@ -29,9 +29,9 @@ $AccessProfileUpdateItem = Initialize-PSSailpoint.BetaAccessProfileUpdateItem -
|
||||
-Requestable false `
|
||||
-Status 201 `
|
||||
-Description
|
||||
> Access profile is updated successfully.
|
||||
> Access profile is updated successfully.
|
||||
|
||||
> Referenced Access profile with Id "2c7180a46faadee4016fb4e018c20642" was not found.
|
||||
> Referenced Access profile with Id "2c7180a46faadee4016fb4e018c20642" was not found.
|
||||
|
||||
```
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@ Name | Type | Description | Notes
|
||||
$AccessRequest = Initialize-PSSailpoint.BetaAccessRequest -RequestedFor null `
|
||||
-RequestType null `
|
||||
-RequestedItems null `
|
||||
-ClientMetadata {requestedAppId=2c91808f7892918f0178b78da4a305a1, requestedAppName=test-app}
|
||||
-ClientMetadata {requestedAppId=2c91808f7892918f0178b78da4a305a1, requestedAppName=test-app}
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
|
||||
@@ -29,7 +29,7 @@ Name | Type | Description | Notes
|
||||
$AccessRequestItem = Initialize-PSSailpoint.BetaAccessRequestItem -Type ACCESS_PROFILE `
|
||||
-Id 2c9180835d2e5168015d32f890ca1581 `
|
||||
-Comment Requesting access profile for John Doe `
|
||||
-ClientMetadata {requestedAppName=test-app, requestedAppId=2c91808f7892918f0178b78da4a305a1} `
|
||||
-ClientMetadata {requestedAppName=test-app, requestedAppId=2c91808f7892918f0178b78da4a305a1} `
|
||||
-RemoveDate 2020-07-11T21:23:15Z
|
||||
```
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@ $AccessRequestItemResponse = Initialize-PSSailpoint.BetaAccessRequestItemRespons
|
||||
-Description The role descrition `
|
||||
-SourceId 8a80828f643d484f01643e14202e206f `
|
||||
-SourceName Source1 `
|
||||
-ApprovalInfos [{name=John Snow, id=8a80828f643d484f01643e14202e2000, status=Approved}]
|
||||
-ApprovalInfos [{name=John Snow, id=8a80828f643d484f01643e14202e2000, status=Approved}]
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
|
||||
@@ -35,7 +35,7 @@ $AccessRequestPostApprovalRequestedItemsStatusInner = Initialize-PSSailpoint.Bet
|
||||
-Type ACCESS_PROFILE `
|
||||
-Operation Add `
|
||||
-Comment William needs this access to do his job. `
|
||||
-ClientMetadata {applicationName=My application} `
|
||||
-ClientMetadata {applicationName=My application} `
|
||||
-ApprovalInfo null
|
||||
```
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@ $AccessRequestRecommendationItemDetail = Initialize-PSSailpoint.BetaAccessReques
|
||||
-Requested true `
|
||||
-Viewed true `
|
||||
-Messages null `
|
||||
-TranslationMessages [{key=recommender-api.V2_WEIGHT_FEATURE_PRODUCT_INTERPRETATION_HIGH, values=[75, department]}]
|
||||
-TranslationMessages [{key=recommender-api.V2_WEIGHT_FEATURE_PRODUCT_INTERPRETATION_HIGH, values=[75, department]}]
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
|
||||
@@ -23,8 +23,8 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AccessRequestResponse = Initialize-PSSailpoint.BetaAccessRequestResponse -NewRequests [{requestedFor=899fd612ecfc4cf3bf48f14d0afdef89, requestedItemsDetails=[{type=ENTITLEMENT, id=779c6fd7171540bba1184e5946112c28}], attributesHash=-1928438224, accessRequestIds=[5d3118c518a44ec7805450d53479ccdb]}] `
|
||||
-ExistingRequests [{requestedFor=899fd612ecfc4cf3bf48f14d0afdef89, requestedItemsDetails=[{type=ROLE, id=779c6fd7171540bbc1184e5946112c28}], attributesHash=2843118224, accessRequestIds=[5d3118c518a44ec7805450d53479ccdc]}]
|
||||
$AccessRequestResponse = Initialize-PSSailpoint.BetaAccessRequestResponse -NewRequests [{requestedFor=899fd612ecfc4cf3bf48f14d0afdef89, requestedItemsDetails=[{type=ENTITLEMENT, id=779c6fd7171540bba1184e5946112c28}], attributesHash=-1928438224, accessRequestIds=[5d3118c518a44ec7805450d53479ccdb]}] `
|
||||
-ExistingRequests [{requestedFor=899fd612ecfc4cf3bf48f14d0afdef89, requestedItemsDetails=[{type=ROLE, id=779c6fd7171540bbc1184e5946112c28}], attributesHash=2843118224, accessRequestIds=[5d3118c518a44ec7805450d53479ccdc]}]
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
|
||||
@@ -26,7 +26,7 @@ Name | Type | Description | Notes
|
||||
```powershell
|
||||
$AccessRequestResponse1 = Initialize-PSSailpoint.BetaAccessRequestResponse1 -RequesterId 2c91808a77ff216301782327a50f09bf `
|
||||
-RequesterName Bing C `
|
||||
-Items [{operation=Add, accessItemType=role, name=Role-1, decision=APPROVED, description=The role descrition, sourceId=8a80828f643d484f01643e14202e206f, sourceName=Source1, approvalInfos=[{name=John Snow, id=8a80828f643d484f01643e14202e2000, status=Approved}]}]
|
||||
-Items [{operation=Add, accessItemType=role, name=Role-1, decision=APPROVED, description=The role descrition, sourceId=8a80828f643d484f01643e14202e206f, sourceName=Source1, approvalInfos=[{name=John Snow, id=8a80828f643d484f01643e14202e2000, status=Approved}]}]
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
|
||||
@@ -27,8 +27,8 @@ Name | Type | Description | Notes
|
||||
```powershell
|
||||
$AccessRequestTracking = Initialize-PSSailpoint.BetaAccessRequestTracking -RequestedFor 2c918084660f45d6016617daa9210584 `
|
||||
-RequestedItemsDetails {
|
||||
"type": "ENTITLEMENT",
|
||||
"id": "779c6fd7171540bba1184e5946112c28"
|
||||
"type": "ENTITLEMENT",
|
||||
"id": "779c6fd7171540bba1184e5946112c28"
|
||||
} `
|
||||
-AttributesHash -1928438224 `
|
||||
-AccessRequestIds [5d3118c518a44ec7805450d53479ccdb]
|
||||
|
||||
@@ -61,7 +61,7 @@ $Account = Initialize-PSSailpoint.BetaAccount -Id id12345 `
|
||||
-ConnectionType direct `
|
||||
-IsMachine true `
|
||||
-Recommendation null `
|
||||
-Attributes {firstName=SailPoint, lastName=Support, displayName=SailPoint Support} `
|
||||
-Attributes {firstName=SailPoint, lastName=Support, displayName=SailPoint Support} `
|
||||
-Authoritative false `
|
||||
-Description null `
|
||||
-Disabled false `
|
||||
|
||||
@@ -51,7 +51,7 @@ $AccountActivityItem = Initialize-PSSailpoint.BetaAccountActivityItem -Id 48c54
|
||||
-NativeIdentity Sandie.Camero `
|
||||
-SourceId 2c91808363ef85290164000587130c0c `
|
||||
-AccountRequestInfo null `
|
||||
-ClientMetadata {customKey1=custom value 1, customKey2=custom value 2} `
|
||||
-ClientMetadata {customKey1=custom value 1, customKey2=custom value 2} `
|
||||
-RemoveDate 2020-07-11T00:00Z
|
||||
```
|
||||
|
||||
|
||||
@@ -35,10 +35,10 @@ $AccountAttribute = Initialize-PSSailpoint.BetaAccountAttribute -SourceName Wor
|
||||
-AccountSortAttribute created `
|
||||
-AccountSortDescending false `
|
||||
-AccountReturnFirstLink false `
|
||||
-AccountFilter !(nativeIdentity.startsWith("*DELETED*")) `
|
||||
-AccountPropertyFilter (groups.containsAll({'Admin'}) || location == 'Austin') `
|
||||
-AccountFilter !(nativeIdentity.startsWith("*DELETED*")) `
|
||||
-AccountPropertyFilter (groups.containsAll({'Admin'}) || location == 'Austin') `
|
||||
-RequiresPeriodicRefresh false `
|
||||
-VarInput {type=accountAttribute, attributes={attributeName=first_name, sourceName=Source}}
|
||||
-VarInput {type=accountAttribute, attributes={attributeName=first_name, sourceName=Source}}
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
|
||||
@@ -22,7 +22,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AccountAttributes = Initialize-PSSailpoint.BetaAccountAttributes -Attributes {city=Austin, displayName=John Doe, userName=jdoe, sAMAccountName=jDoe, mail=john.doe@sailpoint.com}
|
||||
$AccountAttributes = Initialize-PSSailpoint.BetaAccountAttributes -Attributes {city=Austin, displayName=John Doe, userName=jdoe, sAMAccountName=jDoe, mail=john.doe@sailpoint.com}
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
|
||||
@@ -29,7 +29,7 @@ Name | Type | Description | Notes
|
||||
$AccountAttributesChangedAccount = Initialize-PSSailpoint.BetaAccountAttributesChangedAccount -Id 52170a74-ca89-11ea-87d0-0242ac130003 `
|
||||
-Uuid 1cb1f07d-3e5a-4431-becd-234fa4306108 `
|
||||
-Name john.doe `
|
||||
-NativeIdentity cn=john.doe,ou=users,dc=acme,dc=com `
|
||||
-NativeIdentity cn=john.doe,ou=users,dc=acme,dc=com `
|
||||
-Type ACCOUNT
|
||||
```
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@ Name | Type | Description | Notes
|
||||
$AccountCorrelated = Initialize-PSSailpoint.BetaAccountCorrelated -Identity null `
|
||||
-Source null `
|
||||
-Account null `
|
||||
-Attributes {sn=doe, givenName=john, memberOf=[cn=g1,ou=groups,dc=acme,dc=com, cn=g2,ou=groups,dc=acme,dc=com, cn=g3,ou=groups,dc=acme,dc=com]} `
|
||||
-Attributes {sn=doe, givenName=john, memberOf=[cn=g1,ou=groups,dc=acme,dc=com, cn=g2,ou=groups,dc=acme,dc=com, cn=g3,ou=groups,dc=acme,dc=com]} `
|
||||
-EntitlementCount 0
|
||||
```
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@ Name | Type | Description | Notes
|
||||
$AccountCorrelatedAccount = Initialize-PSSailpoint.BetaAccountCorrelatedAccount -Type ACCOUNT `
|
||||
-Id 98da47c31df444558c211f9b205184f6 `
|
||||
-Name Brian Mendoza `
|
||||
-NativeIdentity cn=john.doe,ou=users,dc=acme,dc=com `
|
||||
-NativeIdentity cn=john.doe,ou=users,dc=acme,dc=com `
|
||||
-Uuid 1cb1f07d-3e5a-4431-becd-234fa4306108
|
||||
```
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AccountInfoDto = Initialize-PSSailpoint.BetaAccountInfoDto -NativeIdentity CN=Abby Smith,OU=Austin,OU=Americas,OU=Demo,DC=seri,DC=acme,DC=com `
|
||||
$AccountInfoDto = Initialize-PSSailpoint.BetaAccountInfoDto -NativeIdentity CN=Abby Smith,OU=Austin,OU=Americas,OU=Demo,DC=seri,DC=acme,DC=com `
|
||||
-DisplayName Abby.Smith `
|
||||
-Uuid {ad9fc391-246d-40af-b248-b6556a2b7c01}
|
||||
```
|
||||
|
||||
@@ -29,7 +29,7 @@ Name | Type | Description | Notes
|
||||
$AccountUncorrelatedAccount = Initialize-PSSailpoint.BetaAccountUncorrelatedAccount -Type ACCOUNT `
|
||||
-Id 4dd497e3723e439991cb6d0e478375dd `
|
||||
-Name Sadie Jensen `
|
||||
-NativeIdentity cn=john.doe,ou=users,dc=acme,dc=com `
|
||||
-NativeIdentity cn=john.doe,ou=users,dc=acme,dc=com `
|
||||
-Uuid 1cb1f07d-3e5a-4431-becd-234fa4306108
|
||||
```
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AccountUsage = Initialize-PSSailpoint.BetaAccountUsage -Date Fri Apr 21 00:00:00 UTC 2023 `
|
||||
$AccountUsage = Initialize-PSSailpoint.BetaAccountUsage -Date Thu Apr 20 20:00:00 EDT 2023 `
|
||||
-Count 10
|
||||
```
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@ Name | Type | Description | Notes
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AppAccountDetailsSourceAccount = Initialize-PSSailpoint.BetaAppAccountDetailsSourceAccount -Id fbf4f72280304f1a8bc808fc2a3bcf7b `
|
||||
-NativeIdentity CN=Abby Smith,OU=Austin,OU=Americas,OU=Demo,DC=seri,DC=acme,DC=com `
|
||||
-NativeIdentity CN=Abby Smith,OU=Austin,OU=Americas,OU=Demo,DC=seri,DC=acme,DC=com `
|
||||
-DisplayName Abby Smith `
|
||||
-SourceId 10efa58ea3954883b52bf74f489ce8f9 `
|
||||
-SourceDisplayName ODS-AD-SOURCE
|
||||
|
||||
@@ -43,17 +43,17 @@ $Approval = Initialize-PSSailpoint.BetaApproval -ApprovalId 38453251-6be2-5f8f-
|
||||
-CreatedDate 2023-04-12T23:20:50.52Z `
|
||||
-Type ENTITLEMENT_DESCRIPTIONS `
|
||||
-Name null `
|
||||
-BatchRequest {batchId=38453251-6be2-5f8f-df93-5ce19e295837, batchSize=100} `
|
||||
-BatchRequest {batchId=38453251-6be2-5f8f-df93-5ce19e295837, batchSize=100} `
|
||||
-Description null `
|
||||
-Priority HIGH `
|
||||
-Requester {id=85d173e7d57e496569df763231d6deb6a, type=IDENTITY, name=John Doe} `
|
||||
-Requester {id=85d173e7d57e496569df763231d6deb6a, type=IDENTITY, name=John Doe} `
|
||||
-Comments null `
|
||||
-ApprovedBy null `
|
||||
-RejectedBy null `
|
||||
-CompletedDate 2023-04-12T23:20:50.52Z `
|
||||
-ApprovalCriteria SINGLE `
|
||||
-Status PENDING `
|
||||
-AdditionalAttributes { "llm_description": "generated description" } `
|
||||
-AdditionalAttributes { "llm_description": "generated description" } `
|
||||
-ReferenceData null
|
||||
```
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@ Name | Type | Description | Notes
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AttrSyncSourceConfig = Initialize-PSSailpoint.BetaAttrSyncSourceConfig -Source null `
|
||||
-Attributes [{name=email, displayName=Email, enabled=true, target=mail}, {name=firstname, displayName=First Name, enabled=false, target=givenName}]
|
||||
-Attributes [{name=email, displayName=Email, enabled=true, target=mail}, {name=firstname, displayName=First Name, enabled=false, target=givenName}]
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
|
||||
@@ -22,7 +22,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AttributeDTOList = Initialize-PSSailpoint.BetaAttributeDTOList -Attributes [{key=iscPrivacy, name=Privacy, multiselect=false, status=active, type=governance, objectTypes=[all], description=Specifies the level of privacy associated with an access item., values=[{value=public, name=Public, status=active}]}]
|
||||
$AttributeDTOList = Initialize-PSSailpoint.BetaAttributeDTOList -Attributes [{key=iscPrivacy, name=Privacy, multiselect=false, status=active, type=governance, objectTypes=[all], description=Specifies the level of privacy associated with an access item., values=[{value=public, name=Public, status=active}]}]
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
|
||||
@@ -24,7 +24,7 @@ Name | Type | Description | Notes
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$Base64Decode = Initialize-PSSailpoint.BetaBase64Decode -RequiresPeriodicRefresh false `
|
||||
-VarInput {type=accountAttribute, attributes={attributeName=first_name, sourceName=Source}}
|
||||
-VarInput {type=accountAttribute, attributes={attributeName=first_name, sourceName=Source}}
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
|
||||
@@ -24,7 +24,7 @@ Name | Type | Description | Notes
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$Base64Encode = Initialize-PSSailpoint.BetaBase64Encode -RequiresPeriodicRefresh false `
|
||||
-VarInput {type=accountAttribute, attributes={attributeName=first_name, sourceName=Source}}
|
||||
-VarInput {type=accountAttribute, attributes={attributeName=first_name, sourceName=Source}}
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
|
||||
@@ -26,7 +26,7 @@ Name | Type | Description | Notes
|
||||
```powershell
|
||||
$BulkIdentitiesAccountsResponse = Initialize-PSSailpoint.BetaBulkIdentitiesAccountsResponse -Id 2c9180858082150f0180893dbaf553fe `
|
||||
-StatusCode 404 `
|
||||
-Message Referenced identity "2c9180858082150f0180893dbaf553fe" was not found.
|
||||
-Message Referenced identity "2c9180858082150f0180893dbaf553fe" was not found.
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
|
||||
@@ -26,7 +26,7 @@ Name | Type | Description | Notes
|
||||
```powershell
|
||||
$CompleteInvocation = Initialize-PSSailpoint.BetaCompleteInvocation -Secret 0f11f2a4-7c94-4bf3-a2bd-742580fe3bde `
|
||||
-VarError Access request is denied. `
|
||||
-Output {approved=false}
|
||||
-Output {approved=false}
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
|
||||
@@ -24,7 +24,7 @@ Name | Type | Description | Notes
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$CompleteInvocationInput = Initialize-PSSailpoint.BetaCompleteInvocationInput -LocalizedError null `
|
||||
-Output {approved=false}
|
||||
-Output {approved=false}
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
|
||||
@@ -66,7 +66,7 @@ $CompletedApproval = Initialize-PSSailpoint.BetaCompletedApproval -Id 2c9380836
|
||||
-CurrentRemoveDate 2020-07-11T00:00Z `
|
||||
-SodViolationContext null `
|
||||
-PreApprovalTriggerResult null `
|
||||
-ClientMetadata {requestedAppName=test-app, requestedAppId=2c91808f7892918f0178b78da4a305a1}
|
||||
-ClientMetadata {requestedAppName=test-app, requestedAppId=2c91808f7892918f0178b78da4a305a1}
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
|
||||
@@ -26,7 +26,7 @@ Name | Type | Description | Notes
|
||||
```powershell
|
||||
$Concatenation = Initialize-PSSailpoint.BetaConcatenation -Values [John, , Smith] `
|
||||
-RequiresPeriodicRefresh false `
|
||||
-VarInput {type=accountAttribute, attributes={attributeName=first_name, sourceName=Source}}
|
||||
-VarInput {type=accountAttribute, attributes={attributeName=first_name, sourceName=Source}}
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
|
||||
@@ -30,7 +30,7 @@ $Conditional = Initialize-PSSailpoint.BetaConditional -Expression ValueA eq Val
|
||||
-PositiveCondition true `
|
||||
-NegativeCondition false `
|
||||
-RequiresPeriodicRefresh false `
|
||||
-VarInput {type=accountAttribute, attributes={attributeName=first_name, sourceName=Source}}
|
||||
-VarInput {type=accountAttribute, attributes={attributeName=first_name, sourceName=Source}}
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
|
||||
@@ -29,13 +29,13 @@ Name | Type | Description | Notes
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$ConnectorDetail = Initialize-PSSailpoint.BetaConnectorDetail -Name JDBC `
|
||||
-SourceConfigXml <Form connectorName='Active Directory - Direct' directConnect='true' name='Active Directory' status='released' type='SourceConfig' xmlns='http://www.sailpoint.com/xsd/sailpoint_form_1_0.xsd'>
|
||||
<Field defaultValue='true' hidden='true' name='cloudAuthEnabled' type='boolean' value='true'> </Field> </Form> `
|
||||
-SourceConfig {Form={Field={_defaultValue=true, _hidden=true, _name=cloudAuthEnabled, _type=boolean, _value=true}, _xmlns=http://www.sailpoint.com/xsd/sailpoint_form_1_0.xsd, _connectorName=Active Directory - Direct, _directConnect=true, _name=Active Directory, _status=released, _type=SourceConfig, __text=\n\t}} `
|
||||
-SourceConfigXml <Form connectorName='Active Directory - Direct' directConnect='true' name='Active Directory' status='released' type='SourceConfig' xmlns='http://www.sailpoint.com/xsd/sailpoint_form_1_0.xsd'>
|
||||
<Field defaultValue='true' hidden='true' name='cloudAuthEnabled' type='boolean' value='true'> </Field> </Form> `
|
||||
-SourceConfig {Form={Field={_defaultValue=true, _hidden=true, _name=cloudAuthEnabled, _type=boolean, _value=true}, _xmlns=http://www.sailpoint.com/xsd/sailpoint_form_1_0.xsd, _connectorName=Active Directory - Direct, _directConnect=true, _name=Active Directory, _status=released, _type=SourceConfig, __text=\n\t}} `
|
||||
-DirectConnect true `
|
||||
-FileUpload false `
|
||||
-UploadedFiles [] `
|
||||
-ConnectorMetadata {supportedUI=EXTJS}
|
||||
-ConnectorMetadata {supportedUI=EXTJS}
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
|
||||
@@ -32,8 +32,8 @@ $CorrelatedGovernanceEvent = Initialize-PSSailpoint.BetaCorrelatedGovernanceEven
|
||||
-Dt 2019-03-08T22:37:33.901Z `
|
||||
-Type certification `
|
||||
-GovernanceId 2c91808a77ff216301782327a50f09bf `
|
||||
-Owners [{id=8a80828f643d484f01643e14202e206f, displayName=John Snow}] `
|
||||
-Reviewers [{id=8a80828f643d484f01643e14202e206f, displayName=John Snow}] `
|
||||
-Owners [{id=8a80828f643d484f01643e14202e206f, displayName=John Snow}] `
|
||||
-Reviewers [{id=8a80828f643d484f01643e14202e206f, displayName=John Snow}] `
|
||||
-DecisionMaker null
|
||||
```
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@ $CorrelationConfigAttributeAssignmentsInner = Initialize-PSSailpoint.BetaCorrela
|
||||
-Complex false `
|
||||
-IgnoreCase false `
|
||||
-MatchMode ANYWHERE `
|
||||
-FilterString first_name == "John"
|
||||
-FilterString first_name == "John"
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
|
||||
@@ -32,7 +32,7 @@ Name | Type | Description | Notes
|
||||
$CreateFormInstanceRequest = Initialize-PSSailpoint.BetaCreateFormInstanceRequest -CreatedBy null `
|
||||
-Expire 2023-08-12T20:14:57.74486Z `
|
||||
-FormDefinitionId 00000000-0000-0000-0000-000000000000 `
|
||||
-FormInput {input1=Sales} `
|
||||
-FormInput {input1=Sales} `
|
||||
-Recipients null `
|
||||
-StandAloneForm false `
|
||||
-State ASSIGNED `
|
||||
|
||||
@@ -29,7 +29,7 @@ Name | Type | Description | Notes
|
||||
```powershell
|
||||
$CreateWorkflowRequest = Initialize-PSSailpoint.BetaCreateWorkflowRequest -Name Send Email `
|
||||
-Owner null `
|
||||
-Description Send an email to the identity who's attributes changed. `
|
||||
-Description Send an email to the identity who's attributes changed. `
|
||||
-Definition null `
|
||||
-Enabled false `
|
||||
-Trigger null
|
||||
|
||||
@@ -34,7 +34,7 @@ $DateCompare = Initialize-PSSailpoint.BetaDateCompare -FirstDate null `
|
||||
-PositiveCondition true `
|
||||
-NegativeCondition false `
|
||||
-RequiresPeriodicRefresh false `
|
||||
-VarInput {type=accountAttribute, attributes={attributeName=first_name, sourceName=Source}}
|
||||
-VarInput {type=accountAttribute, attributes={attributeName=first_name, sourceName=Source}}
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
|
||||
@@ -37,10 +37,10 @@ $DateCompareFirstDate = Initialize-PSSailpoint.BetaDateCompareFirstDate -Source
|
||||
-AccountSortAttribute created `
|
||||
-AccountSortDescending false `
|
||||
-AccountReturnFirstLink false `
|
||||
-AccountFilter !(nativeIdentity.startsWith("*DELETED*")) `
|
||||
-AccountPropertyFilter (groups.containsAll({'Admin'}) || location == 'Austin') `
|
||||
-AccountFilter !(nativeIdentity.startsWith("*DELETED*")) `
|
||||
-AccountPropertyFilter (groups.containsAll({'Admin'}) || location == 'Austin') `
|
||||
-RequiresPeriodicRefresh false `
|
||||
-VarInput {type=accountAttribute, attributes={attributeName=first_name, sourceName=Source}} `
|
||||
-VarInput {type=accountAttribute, attributes={attributeName=first_name, sourceName=Source}} `
|
||||
-InputFormat null `
|
||||
-OutputFormat null
|
||||
```
|
||||
|
||||
@@ -37,10 +37,10 @@ $DateCompareSecondDate = Initialize-PSSailpoint.BetaDateCompareSecondDate -Sour
|
||||
-AccountSortAttribute created `
|
||||
-AccountSortDescending false `
|
||||
-AccountReturnFirstLink false `
|
||||
-AccountFilter !(nativeIdentity.startsWith("*DELETED*")) `
|
||||
-AccountPropertyFilter (groups.containsAll({'Admin'}) || location == 'Austin') `
|
||||
-AccountFilter !(nativeIdentity.startsWith("*DELETED*")) `
|
||||
-AccountPropertyFilter (groups.containsAll({'Admin'}) || location == 'Austin') `
|
||||
-RequiresPeriodicRefresh false `
|
||||
-VarInput {type=accountAttribute, attributes={attributeName=first_name, sourceName=Source}} `
|
||||
-VarInput {type=accountAttribute, attributes={attributeName=first_name, sourceName=Source}} `
|
||||
-InputFormat null `
|
||||
-OutputFormat null
|
||||
```
|
||||
|
||||
@@ -28,7 +28,7 @@ Name | Type | Description | Notes
|
||||
$DateFormat = Initialize-PSSailpoint.BetaDateFormat -InputFormat null `
|
||||
-OutputFormat null `
|
||||
-RequiresPeriodicRefresh false `
|
||||
-VarInput {type=accountAttribute, attributes={attributeName=first_name, sourceName=Source}}
|
||||
-VarInput {type=accountAttribute, attributes={attributeName=first_name, sourceName=Source}}
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
|
||||
@@ -28,7 +28,7 @@ Name | Type | Description | Notes
|
||||
$DateMath = Initialize-PSSailpoint.BetaDateMath -Expression now+1w `
|
||||
-RoundUp false `
|
||||
-RequiresPeriodicRefresh false `
|
||||
-VarInput {type=accountAttribute, attributes={attributeName=first_name, sourceName=Source}}
|
||||
-VarInput {type=accountAttribute, attributes={attributeName=first_name, sourceName=Source}}
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user