mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
986 B
986 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| identities-report-arguments | IdentitiesReportArguments | IdentitiesReportArguments | IdentitiesReportArguments | pythonsdk |
|
/tools/sdk/python/v3/models/identities-report-arguments |
|
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.v3.models.identities_report_arguments import IdentitiesReportArguments
identities_report_arguments = IdentitiesReportArguments(
correlated_only=True
)