Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V3/Models/OrphanIdentitiesReportArguments.md
2025-02-03 22:09:17 +00:00

1.2 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
orphan-identities-report-arguments OrphanIdentitiesReportArguments OrphanIdentitiesReportArguments OrphanIdentitiesReportArguments powershellsdk
powershell
PowerShell
sdk
OrphanIdentitiesReportArguments
OrphanIdentitiesReportArguments
/tools/sdk/powershell/v3/models/orphan-identities-report-arguments
SDK
Software Development Kit
OrphanIdentitiesReportArguments
OrphanIdentitiesReportArguments

OrphanIdentitiesReportArguments

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
$OrphanIdentitiesReportArguments = Initialize-PSSailpoint.V3OrphanIdentitiesReportArguments  -SelectedFormats [CSV]
  • Convert the resource to JSON
$OrphanIdentitiesReportArguments | ConvertTo-JSON

[Back to top]