Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/ImportAccountsRequest1.md
2025-05-07 14:37:48 +00:00

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
powershell
PowerShell
sdk
ImportAccountsRequest1
BetaImportAccountsRequest1
/tools/sdk/powershell/beta/models/import-accounts-request1
SDK
Software Development Kit
ImportAccountsRequest1
BetaImportAccountsRequest1

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

[Back to top]