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

IdentityExceptionReportReference

Properties

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

Examples

  • Prepare the resource
$IdentityExceptionReportReference = Initialize-BetaIdentityExceptionReportReference  -TaskResultId null `
 -ReportName My annual report
  • Convert the resource to JSON
$IdentityExceptionReportReference | ConvertTo-JSON

[Back to top]