Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V3/Models/IdentitiesDetailsReportArguments.md
2025-02-03 22:09:17 +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
identities-details-report-arguments IdentitiesDetailsReportArguments IdentitiesDetailsReportArguments IdentitiesDetailsReportArguments powershellsdk
powershell
PowerShell
sdk
IdentitiesDetailsReportArguments
IdentitiesDetailsReportArguments
/tools/sdk/powershell/v3/models/identities-details-report-arguments
SDK
Software Development Kit
IdentitiesDetailsReportArguments
IdentitiesDetailsReportArguments

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-PSSailpoint.V3IdentitiesDetailsReportArguments  -CorrelatedOnly true
  • Convert the resource to JSON
$IdentitiesDetailsReportArguments | ConvertTo-JSON

[Back to top]