mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
1.2 KiB
1.2 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-orphan-identities-report-arguments | OrphanIdentitiesReportArguments | OrphanIdentitiesReportArguments | OrphanIdentitiesReportArguments | pythonsdk |
|
/tools/sdk/python/v2024/models/orphan-identities-report-arguments |
|
OrphanIdentitiesReportArguments
Arguments for Orphan Identities report (ORPHAN_IDENTITIES)
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| selected_formats | []str | Output report file formats. These are formats for calling GET endpoint as query parameter 'fileFormat'. In case report won't have this argument there will be ['CSV', 'PDF'] as default. | [optional] |
| } |
Example
from sailpoint.v2024.models.orphan_identities_report_arguments import OrphanIdentitiesReportArguments
orphan_identities_report_arguments = OrphanIdentitiesReportArguments(
selected_formats=[CSV]
)