Skip to main content

Lifecyclestatedeleted

Properties

NameTypeDescriptionNotes
TypeEnum [ "LIFECYCLE_STATE", "TASK_RESULT" ]Deleted lifecycle state's DTO type.[optional]
IdStringDeleted lifecycle state ID.[optional]
NameStringDeleted lifecycle state's display name.[optional]

Examples

  • Prepare the resource
$Lifecyclestatedeleted = Initialize-Lifecyclestatedeleted  -Type LIFECYCLE_STATE `
-Id 12345 `
-Name Contractor Lifecycle
  • Convert the resource to JSON
$Lifecyclestatedeleted | ConvertTo-JSON

[Back to top]