UncorrelatedAccountsReportArguments
Properties
Name | Type | Description | Notes |
---|---|---|---|
SelectedFormats | []String | Output 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