mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1003 B
1003 B
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-import-accounts-request1 | ImportAccountsRequest1 | ImportAccountsRequest1 | ImportAccountsRequest1 | powershellsdk |
|
/tools/sdk/powershell/beta/models/import-accounts-request1 |
|
ImportAccountsRequest1
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| DisableOptimization | Enum [ "true", "false" ] | Use this flag to reprocess every account whether or not the data has changed. | [optional] |
Examples
- Prepare the resource
$ImportAccountsRequest1 = Initialize-BetaImportAccountsRequest1 -DisableOptimization true
- Convert the resource to JSON
$ImportAccountsRequest1 | ConvertTo-JSON