Skip to main content

ApprovalItems

Properties

NameTypeDescriptionNotes
IdStringThe approval item's ID[optional]
AccountStringThe account referenced by the approval item[optional]
ApplicationStringThe name of the application/source[optional]
NameStringThe attribute's name[optional]
OperationStringThe attribute's operation[optional]
ValueStringThe attribute's value[optional]
StateWorkItemState[optional]

Examples

  • Prepare the resource
$ApprovalItems = Initialize-PSSailpoint.V2024ApprovalItems  -Id 2c9180835d2e5168015d32f890ca1581 `
-Account john.smith `
-Application Active Directory `
-Name emailAddress `
-Operation update `
-Value a@b.com `
-State null
  • Convert the resource to JSON
$ApprovalItems | ConvertTo-JSON

[Back to top]