Skip to main content

Reassignment1

Properties

NameTypeDescriptionNotes
VarFromCertificationReference1[optional]
CommentStringComments from the previous reviewer.[optional]

Examples

  • Prepare the resource
$Reassignment1 = Initialize-PSSailpoint.V2024Reassignment1  -VarFrom null `
-Comment Please review
  • Convert the resource to JSON
$Reassignment1 | ConvertTo-JSON

[Back to top]