Skip to main content

UncorrelatedAccountsReportArguments

Properties

NameTypeDescriptionNotes
SelectedFormats[]StringOutput report file formats. These are formats for calling GET endpoint as query parameter 'fileFormat'. In case report won't have this argument there will be ['CSV', 'PDF'] as default.[optional]

Examples

  • Prepare the resource
$UncorrelatedAccountsReportArguments = Initialize-PSSailpoint.V2024UncorrelatedAccountsReportArguments  -SelectedFormats [CSV]
  • Convert the resource to JSON
$UncorrelatedAccountsReportArguments | ConvertTo-JSON

[Back to top]