Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/IdentityExceptionReportReference.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-identity-exception-report-reference IdentityExceptionReportReference IdentityExceptionReportReference IdentityExceptionReportReference powershellsdk
powershell
PowerShell
sdk
IdentityExceptionReportReference
V2024IdentityExceptionReportReference
/tools/sdk/powershell/v2024/models/identity-exception-report-reference
SDK
Software Development Kit
IdentityExceptionReportReference
V2024IdentityExceptionReportReference

IdentityExceptionReportReference

Properties

Name Type Description Notes
TaskResultId String Task result ID. [optional]
ReportName String Report name. [optional]

Examples

  • Prepare the resource
$IdentityExceptionReportReference = Initialize-V2024IdentityExceptionReportReference  -TaskResultId 2b838de9-db9b-abcf-e646-d4f274ad4238 `
 -ReportName My annual report
  • Convert the resource to JSON
$IdentityExceptionReportReference | ConvertTo-JSON

[Back to top]