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-Uncorrelatedaccountsreportarguments  -SelectedFormats ["CSV"]
  • Convert the resource to JSON
$Uncorrelatedaccountsreportarguments | ConvertTo-JSON

[Back to top]