mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.1 KiB
1.1 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-import-accounts-request | ImportAccountsRequest | ImportAccountsRequest | ImportAccountsRequest | powershellsdk |
|
/tools/sdk/powershell/v2024/models/import-accounts-request |
|
ImportAccountsRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| File | System.IO.FileInfo | The CSV file containing the source accounts to aggregate. | [optional] |
| DisableOptimization | String | Use this flag to reprocess every account whether or not the data has changed. | [optional] |
Examples
- Prepare the resource
$ImportAccountsRequest = Initialize-V2024ImportAccountsRequest -File null `
-DisableOptimization true
- Convert the resource to JSON
$ImportAccountsRequest | ConvertTo-JSON