Skip to main content

Approval

Properties

NameTypeDescriptionNotes
Comments[]ApprovalComment[optional]
ModifiedSystem.DateTimeA date-time in ISO-8601 format[optional]
OwnerActivityIdentity[optional]
ResultStringThe result of the approval[optional]
AttributeRequestAttributeRequest[optional]
SourceAccountSource[optional]

Examples

  • Prepare the resource
$Approval = Initialize-PSSailpoint.V3Approval  -Comments null `
-Modified 2018-06-25T20:22:28.104Z `
-Owner null `
-Result Finished `
-AttributeRequest null `
-Source null
  • Convert the resource to JSON
$Approval | ConvertTo-JSON

[Back to top]