mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
1.1 KiB
1.1 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-report-details | ReportDetails | ReportDetails | ReportDetails | pythonsdk |
|
/tools/sdk/python/v2025/models/report-details |
|
ReportDetails
Details about report to be processed.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| report_type | Enum [ '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] |
| arguments | ReportDetailsArguments | [optional] | |
| } |
Example
from sailpoint.v2025.models.report_details import ReportDetails
report_details = ReportDetails(
report_type='ACCOUNTS',
arguments={application=2c9180897e7742b2017e781782f705b9, sourceName=Active Directory}
)