Skip to main content

Reportdetails

Properties

NameTypeDescriptionNotes
ReportTypeEnum [ "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]
ArgumentsReportdetailsArguments[optional]

Examples

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

[Back to top]