UncorrelatedAccountsReportArguments
Arguments for Uncorrelated Accounts report (UNCORRELATED_ACCOUNTS)
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| selected_formats | []str | 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] |
| } |
Example
from sailpoint.v2024.models.uncorrelated_accounts_report_arguments import UncorrelatedAccountsReportArguments
uncorrelated_accounts_report_arguments = UncorrelatedAccountsReportArguments(
selected_formats=[CSV]
)