Skip to main content

ApprovalReference

Properties

NameTypeDescriptionNotes
IdStringId of the reference object[optional]
TypeStringWhat reference object does this ID correspond to[optional]

Examples

  • Prepare the resource
$ApprovalReference = Initialize-PSSailpoint.V2024ApprovalReference  -Id 64012350-8fd9-4f6c-a170-1fe123683899 `
-Type AccessRequestId
  • Convert the resource to JSON
$ApprovalReference | ConvertTo-JSON

[Back to top]