Skip to main content

AccountUnlockRequest

Properties

NameTypeDescriptionNotes
ExternalVerificationIdStringIf set, an external process validates that the user wants to proceed with this request.[optional]
UnlockIDNAccountBooleanIf set, the IDN account is unlocked after the workflow completes.[optional]
ForceProvisioningBooleanIf 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-PSSailpoint.BetaAccountUnlockRequest  -ExternalVerificationId 3f9180835d2e5168015d32f890ca1581 `
-UnlockIDNAccount false `
-ForceProvisioning false
  • Convert the resource to JSON
$AccountUnlockRequest | ConvertTo-JSON

[Back to top]