Skip to main content

LifecyclestateDeleted

Properties

NameTypeDescriptionNotes
TypeEnum [ "LIFECYCLE_STATE" ]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-PSSailpoint.V2024LifecyclestateDeleted  -Type LIFECYCLE_STATE `
-Id 12345 `
-Name Contractor Lifecycle
  • Convert the resource to JSON
$LifecyclestateDeleted | ConvertTo-JSON

[Back to top]