mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.4 KiB
1.4 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-source-classification-status-all-of-counts | SourceClassificationStatusAllOfCounts | SourceClassificationStatusAllOfCounts | SourceClassificationStatusAllOfCounts | powershellsdk |
|
/tools/sdk/powershell/v2025/models/source-classification-status-all-of-counts |
|
SourceClassificationStatusAllOfCounts
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| EXPECTED | Int64 | total number of source accounts | [required] |
| RECEIVED | Int64 | number of accounts that have been sent for processing (should be the same as expected when all accounts are collected) | [required] |
| COMPLETED | Int64 | number of accounts that have been classified | [required] |
Examples
- Prepare the resource
$SourceClassificationStatusAllOfCounts = Initialize-V2025SourceClassificationStatusAllOfCounts -EXPECTED 1000 `
-RECEIVED 800 `
-COMPLETED 500
- Convert the resource to JSON
$SourceClassificationStatusAllOfCounts | ConvertTo-JSON