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
)