Skip to main content

SendClassifyMachineAccountFromSource200Response

Properties

NameTypeDescriptionNotes
accounts_submitted_for_processingintReturns 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]