mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
Update PowerShell SDK docs: 16148673912
This commit is contained in:
@@ -27,7 +27,9 @@ Name | Type | Description | Notes
|
||||
**EmailNotificationOption** | [**EmailNotificationOption**](email-notification-option) | | [optional]
|
||||
**AccountActions** | [**[]AccountAction**](account-action) | | [optional]
|
||||
**AccessProfileIds** | **[]String** | List of unique access-profile IDs that are associated with the lifecycle state. | [optional]
|
||||
**IdentityState** | **String** | The lifecycle state's associated identity state. This field is generally 'null'. | [optional]
|
||||
**IdentityState** | **Enum** [ "ACTIVE", "INACTIVE_SHORT_TERM", "INACTIVE_LONG_TERM" ] | The lifecycle state's associated identity state. This field is generally 'null'. | [optional]
|
||||
**AccessActionConfiguration** | [**AccessActionConfiguration**](access-action-configuration) | | [optional]
|
||||
**Priority** | **Int32** | Priority level used to determine which profile to assign when a user exists in multiple profiles. Lower numeric values have higher priority. By default, new profiles are assigned the lowest priority. The assigned profile also controls access granted or removed during provisioning based on lifecycle state changes. | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
@@ -44,7 +46,9 @@ $LifecycleState = Initialize-V2025LifecycleState -Id id12345 `
|
||||
-EmailNotificationOption null `
|
||||
-AccountActions null `
|
||||
-AccessProfileIds [2c918084660f45d6016617daa9210584, 2c918084660f45d6016617daa9210500] `
|
||||
-IdentityState null
|
||||
-IdentityState INACTIVE_LONG_TERM `
|
||||
-AccessActionConfiguration null `
|
||||
-Priority 10
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
|
||||
Reference in New Issue
Block a user