mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
Update to powershell SDK docs: 13400083192
This commit is contained in:
@@ -17,6 +17,7 @@ tags: ['SDK', 'Software Development Kit', 'OriginalRequest', 'OriginalRequest']
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**AccountId** | **String** | Account ID. | [optional]
|
||||
**Result** | [**Result**](result) | | [optional]
|
||||
**AttributeRequests** | [**[]AttributeRequest**](attribute-request) | Attribute changes requested for account. | [optional]
|
||||
**Op** | **String** | Operation used. | [optional]
|
||||
**Source** | [**AccountSource**](account-source) | | [optional]
|
||||
@@ -26,6 +27,7 @@ Name | Type | Description | Notes
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$OriginalRequest = Initialize-PSSailpoint.V3OriginalRequest -AccountId CN=Abby Smith,OU=Austin,OU=Americas,OU=Demo,DC=seri,DC=acme,DC=com `
|
||||
-Result null `
|
||||
-AttributeRequests null `
|
||||
-Op add `
|
||||
-Source null
|
||||
|
||||
Reference in New Issue
Block a user