Skip to main content

ImportAccountsRequest1

Properties

NameTypeDescriptionNotes
DisableOptimizationEnum [ "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]