Skip to main content

Reportdetails

Details about report to be processed.

Properties

NameTypeDescriptionNotes
report_typeEnum [ 'ACCOUNTS', 'IDENTITIES_DETAILS', 'IDENTITIES', 'IDENTITY_PROFILE_IDENTITY_ERROR', 'ORPHAN_IDENTITIES', 'SEARCH_EXPORT', 'UNCORRELATED_ACCOUNTS' ]Use this property to define what report should be processed in the RDE service.[optional]
argumentsReportdetailsArguments[optional]
}

Example

from sailpoint.reports_data_extraction.models.reportdetails import Reportdetails

reportdetails = Reportdetails(
report_type='ACCOUNTS',
arguments={"application":"2c9180897e7742b2017e781782f705b9","sourceName":"Active Directory"}
)

[Back to top]