mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.3 KiB
1.3 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-account-unlock-request | AccountUnlockRequest | AccountUnlockRequest | AccountUnlockRequest | powershellsdk |
|
/tools/sdk/powershell/beta/models/account-unlock-request |
|
AccountUnlockRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ExternalVerificationId | String | If set, an external process validates that the user wants to proceed with this request. | [optional] |
| UnlockIDNAccount | Boolean | If set, the IDN account is unlocked after the workflow completes. | [optional] |
| ForceProvisioning | Boolean | If set, provisioning updates the account attribute at the source. This option is used when the account is not synced to ensure the attribute is updated. | [optional] |
Examples
- Prepare the resource
$AccountUnlockRequest = Initialize-BetaAccountUnlockRequest -ExternalVerificationId 3f9180835d2e5168015d32f890ca1581 `
-UnlockIDNAccount false `
-ForceProvisioning false
- Convert the resource to JSON
$AccountUnlockRequest | ConvertTo-JSON