Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/IdentityExceptionReportReference1.md
2025-03-04 16:33:17 +00:00

1.2 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 The id of the task result. [optional]
ReportName String The name of the report. [optional]

Examples

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

[Back to top]