Skip to main content

AdminReviewReassign

Properties

NameTypeDescriptionNotes
CertificationIds[]StringList of certification IDs to reassign[optional]
ReassignToAdminReviewReassignReassignTo[optional]
ReasonStringComment to explain why the certification was reassigned[optional]

Examples

  • Prepare the resource
$AdminReviewReassign = Initialize-PSSailpoint.V3AdminReviewReassign  -CertificationIds [af3859464779471211bb8424a563abc1, af3859464779471211bb8424a563abc2, af3859464779471211bb8424a563abc3] `
-ReassignTo null `
-Reason reassigned for some reason
  • Convert the resource to JSON
$AdminReviewReassign | ConvertTo-JSON

[Back to top]