Files
developer.sailpoint.com/docs/tools/sdk/python/Reference/V2024/Models/IdentitiesReportArguments.md
2025-02-20 12:59:19 -05:00

1008 B

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-identities-report-arguments IdentitiesReportArguments IdentitiesReportArguments IdentitiesReportArguments pythonsdk
python
Python
sdk
IdentitiesReportArguments
V2024IdentitiesReportArguments
/tools/sdk/python/v2024/models/identities-report-arguments
SDK
Software Development Kit
IdentitiesReportArguments
V2024IdentitiesReportArguments

IdentitiesReportArguments

Arguments for Identities report (IDENTITIES)

Properties

Name Type Description Notes
correlated_only bool Flag to specify if only correlated identities are included in report. [optional] [default to False]
}

Example

from sailpoint.v2024.models.identities_report_arguments import IdentitiesReportArguments

identities_report_arguments = IdentitiesReportArguments(
correlated_only=True
)

[Back to top]