mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.1 KiB
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 |
|
/tools/sdk/powershell/beta/models/identity-exception-report-reference |
|
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