Skip to main content

OriginalRequest

Properties

NameTypeDescriptionNotes
AccountIdStringAccount ID.[optional]
ResultResult[optional]
AttributeRequests[]AttributeRequestAttribute changes requested for account.[optional]
OpStringOperation used.[optional]
SourceAccountSource[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

[Back to top]