OriginalRequest
Properties
Name | Type | Description | Notes |
---|---|---|---|
AccountId | String | Account ID. | [optional] |
Result | Result | [optional] | |
AttributeRequests | []AttributeRequest | Attribute changes requested for account. | [optional] |
Op | String | Operation used. | [optional] |
Source | AccountSource | [optional] |
Examples
- Prepare the resource
$OriginalRequest = Initialize-PSSailpoint.V2024OriginalRequest -AccountId CN=Abby Smith,OU=Austin,OU=Americas,OU=Demo,DC=seri,DC=acme,DC=com `
-Result null `
-AttributeRequests null `
-Op add `
-Source null
- Convert the resource to JSON
$OriginalRequest | ConvertTo-JSON