AccountAggregationCompletedStats
Properties
Name | Type | Description | Notes |
---|---|---|---|
Scanned | Int32 | Number of accounts scanned/iterated over. | [required] |
Unchanged | Int32 | Number of accounts that existed before but had no changes. | [required] |
Changed | Int32 | Number of accounts that existed before but had changes. | [required] |
Added | Int32 | Number of accounts that are new and didn't previously exist. | [required] |
Removed | Int32 | Number accounts that existed before but were removed and no longer exist. | [required] |
Examples
- Prepare the resource
$AccountAggregationCompletedStats = Initialize-PSSailpoint.BetaAccountAggregationCompletedStats -Scanned 200 `
-Unchanged 190 `
-Changed 6 `
-Added 4 `
-Removed 3
- Convert the resource to JSON
$AccountAggregationCompletedStats | ConvertTo-JSON