Skip to main content

ImportAccountsRequest

Properties

NameTypeDescriptionNotes
FileSystem.IO.FileInfoThe CSV file containing the source accounts to aggregate.[optional]
DisableOptimizationStringUse this flag to reprocess every account whether or not the data has changed.[optional]

Examples

  • Prepare the resource
$ImportAccountsRequest = Initialize-PSSailpoint.V2024ImportAccountsRequest  -File null `
-DisableOptimization true
  • Convert the resource to JSON
$ImportAccountsRequest | ConvertTo-JSON

[Back to top]