Files
developer.sailpoint.com/docs/tools/sdk/python/Reference/V2025/Models/SendClassifyMachineAccountFromSource200Response.md
2025-06-05 04:45:52 +00:00

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
python
Python
sdk
SendClassifyMachineAccountFromSource200Response
V2025SendClassifyMachineAccountFromSource200Response
/tools/sdk/python/v2025/models/send-classify-machine-account-from-source200-response
SDK
Software Development Kit
SendClassifyMachineAccountFromSource200Response
V2025SendClassifyMachineAccountFromSource200Response

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
)

[Back to top]