Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/ReportDetails.md
2025-05-07 14:37:48 +00:00

1.1 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
v2024-report-details ReportDetails ReportDetails ReportDetails powershellsdk
powershell
PowerShell
sdk
ReportDetails
V2024ReportDetails
/tools/sdk/powershell/v2024/models/report-details
SDK
Software Development Kit
ReportDetails
V2024ReportDetails

ReportDetails

Properties

Name Type Description Notes
ReportType Enum [ "ACCOUNTS", "IDENTITIES_DETAILS", "IDENTITIES", "IDENTITY_PROFILE_IDENTITY_ERROR", "ORPHAN_IDENTITIES", "SEARCH_EXPORT", "UNCORRELATED_ACCOUNTS" ] Use this property to define what report should be processed in the RDE service. [optional]
Arguments ReportDetailsArguments [optional]

Examples

  • Prepare the resource
$ReportDetails = Initialize-V2024ReportDetails  -ReportType ACCOUNTS `
 -Arguments null
  • Convert the resource to JSON
$ReportDetails | ConvertTo-JSON

[Back to top]