Skip to main content

WorkflowBodyOwner

Properties

NameTypeDescriptionNotes
TypeEnum [ "IDENTITY" ]The type of object that is referenced[optional]
IdStringThe unique ID of the object[optional]
NameStringThe name of the object[optional]

Examples

  • Prepare the resource
$WorkflowBodyOwner = Initialize-PSSailpoint.V3WorkflowBodyOwner  -Type IDENTITY `
-Id 2c91808568c529c60168cca6f90c1313 `
-Name William Wilson
  • Convert the resource to JSON
$WorkflowBodyOwner | ConvertTo-JSON

[Back to top]