Skip to main content

OrphanIdentitiesReportArguments

Arguments for Orphan Identities report (ORPHAN_IDENTITIES)

Properties

NameTypeDescriptionNotes
selected_formats[]strOutput 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]
)

[Back to top]