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-reference1 | IdentityExceptionReportReference1 | IdentityExceptionReportReference1 | IdentityExceptionReportReference1 | powershellsdk |
|
/tools/sdk/powershell/beta/models/identity-exception-report-reference1 |
|
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