Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/AccountToggleRequest.md
2025-05-07 14:37:48 +00:00

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
v2024-account-toggle-request AccountToggleRequest AccountToggleRequest AccountToggleRequest powershellsdk
powershell
PowerShell
sdk
AccountToggleRequest
V2024AccountToggleRequest
/tools/sdk/powershell/v2024/models/account-toggle-request
SDK
Software Development Kit
AccountToggleRequest
V2024AccountToggleRequest

AccountToggleRequest

Properties

Name Type Description Notes
ExternalVerificationId String If set, an external process validates that the user wants to proceed with this request. [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. Providing 'true' for an unlocked account will add and process 'Unlock' operation by the workflow. [optional]

Examples

  • Prepare the resource
$AccountToggleRequest = Initialize-V2024AccountToggleRequest  -ExternalVerificationId 3f9180835d2e5168015d32f890ca1581 `
 -ForceProvisioning false
  • Convert the resource to JSON
$AccountToggleRequest | ConvertTo-JSON

[Back to top]