Files
developer.sailpoint.com/docs/tools/sdk/powershell/reference/v3/Models/LifecyclestateDeleted.md
2025-01-27 16:01:17 -05: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
lifecyclestate-deleted LifecyclestateDeleted LifecyclestateDeleted LifecyclestateDeleted powershellsdk
powershell
PowerShell
sdk
LifecyclestateDeleted
/tools/sdk/powershell/v3/models/lifecyclestate-deleted
SDK
Software Development Kit
LifecyclestateDeleted

LifecyclestateDeleted

Properties

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

Examples

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

[Back to top]