mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
14 lines
518 B
YAML
14 lines
518 B
YAML
description: Request used for account enable/disable
|
|
type: object
|
|
properties:
|
|
externalVerificationId:
|
|
description: If set, an external process validates that the user wants to proceed with this request.
|
|
type: string
|
|
example: 3f9180835d2e5168015d32f890ca1581
|
|
forceProvisioning:
|
|
description: >-
|
|
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.
|
|
type: boolean
|
|
example: false
|