Files
developer.sailpoint.com/docs/tools/sdk/powershell/refrence/beta/Models/ImportAccountsRequest1.md
darrell-thobe-sp 39d2297259 update to doc files
2025-01-24 14:40:05 -05:00

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

ImportAccountsRequest1

Properties

Name Type Description Notes
DisableOptimization Pointer to Enum [ "true", "false" ] Use this flag to reprocess every account whether or not the data has changed. [optional]

Examples

  • Prepare the resource
$ImportAccountsRequest1 = Initialize-PSSailpoint.BetaImportAccountsRequest1  -DisableOptimization true
  • Convert the resource to JSON
$ImportAccountsRequest1 | ConvertTo-JSON

[Back to top]