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-PSSailpoint.V2024ReportDetails -ReportType ACCOUNTS `
-Arguments null
- Convert the resource to JSON
$ReportDetails | ConvertTo-JSON