mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 04:19:34 +00:00
1.3 KiB
1.3 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-send-classify-machine-account-from-source200-response | SendClassifyMachineAccountFromSource200Response | SendClassifyMachineAccountFromSource200Response | SendClassifyMachineAccountFromSource200Response | powershellsdk |
|
/tools/sdk/powershell/v2025/models/send-classify-machine-account-from-source200-response |
|
SendClassifyMachineAccountFromSource200Response
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| AccountsSubmittedForProcessing | Int32 | Returns the number of all the accounts from source submitted for processing. | [optional] |
Examples
- Prepare the resource
$SendClassifyMachineAccountFromSource200Response = Initialize-V2025SendClassifyMachineAccountFromSource200Response -AccountsSubmittedForProcessing 100
- Convert the resource to JSON
$SendClassifyMachineAccountFromSource200Response | ConvertTo-JSON