Skip to main content

AccessRequestApproversListResponse

Properties

NameTypeDescriptionNotes
IdStringApprover id.[optional]
EmailStringEmail of the approver.[optional]
NameStringName of the approver.[optional]
ApprovalIdStringId of the approval item.[optional]
TypeStringType of the object returned. In this case, the value for this field will always Identity.[optional]

Examples

  • Prepare the resource
$AccessRequestApproversListResponse = Initialize-PSSailpoint.V2024AccessRequestApproversListResponse  -Id id12345 `
-Email jdoe@sailpoint.com `
-Name John Doe `
-ApprovalId ap12345 `
-Type Identity
  • Convert the resource to JSON
$AccessRequestApproversListResponse | ConvertTo-JSON

[Back to top]