Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2025/Models/IdentitiesDetailsReportArguments.md
2025-05-07 14:37:48 +00:00

1.1 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
v2025-identities-details-report-arguments IdentitiesDetailsReportArguments IdentitiesDetailsReportArguments IdentitiesDetailsReportArguments powershellsdk
powershell
PowerShell
sdk
IdentitiesDetailsReportArguments
V2025IdentitiesDetailsReportArguments
/tools/sdk/powershell/v2025/models/identities-details-report-arguments
SDK
Software Development Kit
IdentitiesDetailsReportArguments
V2025IdentitiesDetailsReportArguments

IdentitiesDetailsReportArguments

Properties

Name Type Description Notes
CorrelatedOnly Boolean Flag to specify if only correlated identities are included in report. [required][default to $false]

Examples

  • Prepare the resource
$IdentitiesDetailsReportArguments = Initialize-V2025IdentitiesDetailsReportArguments  -CorrelatedOnly true
  • Convert the resource to JSON
$IdentitiesDetailsReportArguments | ConvertTo-JSON

[Back to top]