mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
Update to powershell SDK docs: 13123805130
This commit is contained in:
@@ -16,11 +16,11 @@ tags: ['SDK', 'Software Development Kit', 'AccountsCollectedForAggregationStats'
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Scanned** | **Int32** | The number of accounts which were scanned / iterated over. | [required]
|
||||
**Unchanged** | **Int32** | The number of accounts which existed before, but had no changes. | [required]
|
||||
**Changed** | **Int32** | The number of accounts which existed before, but had changes. | [required]
|
||||
**Added** | **Int32** | The number of accounts which are new - have not existed before. | [required]
|
||||
**Removed** | **Int32** | The number accounts which existed before, but no longer exist (thus getting removed). | [required]
|
||||
**Scanned** | **Int32** | The number of accounts which were scanned / iterated over. | [required]
|
||||
**Unchanged** | **Int32** | The number of accounts which existed before, but had no changes. | [required]
|
||||
**Changed** | **Int32** | The number of accounts which existed before, but had changes. | [required]
|
||||
**Added** | **Int32** | The number of accounts which are new - have not existed before. | [required]
|
||||
**Removed** | **Int32** | The number accounts which existed before, but no longer exist (thus getting removed). | [required]
|
||||
|
||||
## Examples
|
||||
|
||||
|
||||
Reference in New Issue
Block a user