Skip to main content

WorkflowModifiedBy

Properties

NameTypeDescriptionNotes
TypeEnum [ "IDENTITY" ][optional]
IdStringIdentity ID[optional]
NameStringHuman-readable display name of identity.[optional]

Examples

  • Prepare the resource
$WorkflowModifiedBy = Initialize-PSSailpoint.V2024WorkflowModifiedBy  -Type IDENTITY `
-Id 2c9180a46faadee4016fb4e018c20639 `
-Name Thomas Edison
  • Convert the resource to JSON
$WorkflowModifiedBy | ConvertTo-JSON

[Back to top]