Files
developer.sailpoint.com/docs/tools/sdk/powershell/refrence/beta/Models/IdentityLifecycleState.md
darrell-thobe-sp 39d2297259 update to doc files
2025-01-24 14:40:05 -05:00

1005 B

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
identity-lifecycle-state IdentityLifecycleState IdentityLifecycleState IdentityLifecycleState powershellsdk
powershell
PowerShell
sdk
IdentityLifecycleState
/tools/sdk/powershell/beta/models/identity-lifecycle-state
SDK
Software Development Kit
IdentityLifecycleState

IdentityLifecycleState

Properties

Name Type Description Notes
StateName String The name of the lifecycle state [required]
ManuallyUpdated Boolean Whether the lifecycle state has been manually or automatically set [required]

Examples

  • Prepare the resource
$IdentityLifecycleState = Initialize-PSSailpoint.BetaIdentityLifecycleState  -StateName active `
 -ManuallyUpdated true
  • Convert the resource to JSON
$IdentityLifecycleState | ConvertTo-JSON

[Back to top]