Skip to main content

Reassignment

Properties

NameTypeDescriptionNotes
VarFromCertificationReference[optional]
CommentStringThe comment entered when the Certification was reassigned[optional]

Examples

  • Prepare the resource
$Reassignment = Initialize-PSSailpoint.V2024Reassignment  -VarFrom null `
-Comment Reassigned for a reason
  • Convert the resource to JSON
$Reassignment | ConvertTo-JSON

[Back to top]