mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.8 KiB
1.8 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-accounts-collected-for-aggregation | AccountsCollectedForAggregation | AccountsCollectedForAggregation | AccountsCollectedForAggregation | powershellsdk |
|
/tools/sdk/powershell/v2024/models/accounts-collected-for-aggregation |
|
AccountsCollectedForAggregation
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Source | AccountsCollectedForAggregationSource | [required] | |
| Status | Enum [ "Success", "Failed", "Terminated" ] | The overall status of the collection. | [required] |
| Started | System.DateTime | The date and time when the account collection started. | [required] |
| Completed | System.DateTime | The date and time when the account collection finished. | [required] |
| Errors | []String | A list of errors that occurred during the collection. | [required] |
| Warnings | []String | A list of warnings that occurred during the collection. | [required] |
| Stats | AccountsCollectedForAggregationStats | [required] |
Examples
- Prepare the resource
$AccountsCollectedForAggregation = Initialize-PSSailpoint.V2024AccountsCollectedForAggregation -Source null `
-Status Success `
-Started 2020-06-29T22:01:50.474Z `
-Completed 2020-06-29T22:02:04.090Z `
-Errors null `
-Warnings null `
-Stats null
- Convert the resource to JSON
$AccountsCollectedForAggregation | ConvertTo-JSON