mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
1.1 KiB
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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| report-details | ReportDetails | ReportDetails | ReportDetails | powershellsdk |
|
/tools/sdk/powershell/v3/models/report-details |
|
ReportDetails
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ReportType | Pointer to 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 | Pointer to ReportDetailsArguments | [optional] |
Examples
- Prepare the resource
$ReportDetails = Initialize-PSSailpoint.V3ReportDetails -ReportType ACCOUNTS `
-Arguments null
- Convert the resource to JSON
$ReportDetails | ConvertTo-JSON