ImportAccountsRequest
Properties
Name | Type | Description | Notes |
---|---|---|---|
File | System.IO.FileInfo | The CSV file containing the source accounts to aggregate. | [optional] |
DisableOptimization | Enum [ "true", "false" ] | Use this flag to reprocess every account whether or not the data has changed. | [optional] |
Examples
- Prepare the resource
$ImportAccountsRequest = Initialize-PSSailpoint.BetaImportAccountsRequest -File null `
-DisableOptimization true
- Convert the resource to JSON
$ImportAccountsRequest | ConvertTo-JSON