Skip to main content

IdentitiesReportArguments

Arguments for Identities report (IDENTITIES)

Properties

NameTypeDescriptionNotes
correlated_onlyboolFlag 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]