mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
add method and model docs for powershell and python v2025
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
---
|
||||
id: v2025-account-toggle-request
|
||||
title: AccountToggleRequest
|
||||
pagination_label: AccountToggleRequest
|
||||
sidebar_label: AccountToggleRequest
|
||||
sidebar_class_name: pythonsdk
|
||||
keywords: ['python', 'Python', 'sdk', 'AccountToggleRequest', 'V2025AccountToggleRequest']
|
||||
slug: /tools/sdk/python/v2025/models/account-toggle-request
|
||||
tags: ['SDK', 'Software Development Kit', 'AccountToggleRequest', 'V2025AccountToggleRequest']
|
||||
---
|
||||
|
||||
# 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. Providing 'true' for an unlocked account will add and process 'Unlock' operation by the workflow. | [optional]
|
||||
}
|
||||
|
||||
## Example
|
||||
|
||||
```python
|
||||
from sailpoint.v2025.models.account_toggle_request import AccountToggleRequest
|
||||
|
||||
account_toggle_request = AccountToggleRequest(
|
||||
external_verification_id='3f9180835d2e5168015d32f890ca1581',
|
||||
force_provisioning=False
|
||||
)
|
||||
|
||||
```
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user