Skip to main content

LoadAccountsTaskTaskAttributes

Properties

NameTypeDescriptionNotes
AppIdStringThe id of the source[optional]
OptimizedAggregationStringThe indicator if the aggregation process was enabled/disabled for the aggregation job[optional]

Examples

  • Prepare the resource
$LoadAccountsTaskTaskAttributes = Initialize-PSSailpoint.V2024LoadAccountsTaskTaskAttributes  -AppId c31386cb18bb403cbb6df4c86294ff82 `
-OptimizedAggregation enabled
  • Convert the resource to JSON
$LoadAccountsTaskTaskAttributes | ConvertTo-JSON

[Back to top]