mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
1.2 KiB
1.2 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-toggle-request | AccountToggleRequest | AccountToggleRequest | AccountToggleRequest | pythonsdk |
|
/tools/sdk/python/beta/models/account-toggle-request |
|
AccountToggleRequest
Request used for account enable/disable
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| external_verification_id | str | If set, an external process validates that the user wants to proceed with this request. | [optional] |
| force_provisioning | bool | 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] |
| } |
Example
from sailpoint.beta.models.account_toggle_request import AccountToggleRequest
account_toggle_request = AccountToggleRequest(
external_verification_id='3f9180835d2e5168015d32f890ca1581',
force_provisioning=False
)