Update PowerShell SDK docs: 16148673912

This commit is contained in:
developer-relations-sp
2025-07-08 16:16:31 +00:00
parent 5bf98f5958
commit 16e520a919
5 changed files with 79 additions and 20 deletions

View File

@@ -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