Skip to main content

SedAssignment

Properties

NameTypeDescriptionNotes
AssigneeSedAssignee[optional]
Items[]StringList of SED id's[optional]

Examples

  • Prepare the resource
$SedAssignment = Initialize-PSSailpoint.V2024SedAssignment  -Assignee null `
-Items null
  • Convert the resource to JSON
$SedAssignment | ConvertTo-JSON

[Back to top]