Skip to main content

IdentitiesDetailsReportArguments

Properties

NameTypeDescriptionNotes
CorrelatedOnlyBooleanFlag to specify if only correlated identities are included in report.[required][default to $false]

Examples

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

[Back to top]