Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2025/Models/LifecyclestateDeleted.md
2025-04-07 15:44:10 +00:00

1.1 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
v2025-lifecyclestate-deleted LifecyclestateDeleted LifecyclestateDeleted LifecyclestateDeleted powershellsdk
powershell
PowerShell
sdk
LifecyclestateDeleted
V2025LifecyclestateDeleted
/tools/sdk/powershell/v2025/models/lifecyclestate-deleted
SDK
Software Development Kit
LifecyclestateDeleted
V2025LifecyclestateDeleted

LifecyclestateDeleted

Properties

Name Type Description Notes
Type Enum [ "LIFECYCLE_STATE", "TASK_RESULT" ] Deleted lifecycle state's DTO type. [optional]
Id String Deleted lifecycle state ID. [optional]
Name String Deleted lifecycle state's display name. [optional]

Examples

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

[Back to top]