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-WorkflowbodyOwner  -Type IDENTITY `
-Id 2c91808568c529c60168cca6f90c1313 `
-Name William Wilson
  • Convert the resource to JSON
$WorkflowbodyOwner | ConvertTo-JSON

[Back to top]