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

IdentityExceptionReportReference1

Properties

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

Examples

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

[Back to top]