mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +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 | pythonsdk |
|
/tools/sdk/python/v2025/models/send-classify-machine-account-from-source200-response |
|
SendClassifyMachineAccountFromSource200Response
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| accounts_submitted_for_processing | int | Returns the number of all the accounts from source submitted for processing. | [optional] |
| } |
Example
from sailpoint.v2025.models.send_classify_machine_account_from_source200_response import SendClassifyMachineAccountFromSource200Response
send_classify_machine_account_from_source200_response = SendClassifyMachineAccountFromSource200Response(
accounts_submitted_for_processing=100
)