mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.2 KiB
1.2 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-load-accounts-task-task-attributes | LoadAccountsTaskTaskAttributes | LoadAccountsTaskTaskAttributes | LoadAccountsTaskTaskAttributes | powershellsdk |
|
/tools/sdk/powershell/v2024/models/load-accounts-task-task-attributes |
|
LoadAccountsTaskTaskAttributes
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| AppId | String | The id of the source | [optional] |
| OptimizedAggregation | String | The 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