adding powershell sdk docs back

This commit is contained in:
darrell-thobe-sp
2025-01-28 13:29:29 -05:00
parent 248e4afe6b
commit c69a78b807
2822 changed files with 201703 additions and 0 deletions

View File

@@ -0,0 +1,37 @@
---
id: v2024-identity-exception-report-reference
title: IdentityExceptionReportReference
pagination_label: IdentityExceptionReportReference
sidebar_label: IdentityExceptionReportReference
sidebar_class_name: powershellsdk
keywords: ['powershell', 'PowerShell', 'sdk', 'IdentityExceptionReportReference', 'V2024IdentityExceptionReportReference']
slug: /tools/sdk/powershell/v2024/models/identity-exception-report-reference
tags: ['SDK', 'Software Development Kit', 'IdentityExceptionReportReference', 'V2024IdentityExceptionReportReference']
---
# IdentityExceptionReportReference
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**TaskResultId** | Pointer to **String** | The id of the task result. | [optional]
**ReportName** | Pointer to **String** | The name of the report. | [optional]
## Examples
- Prepare the resource
```powershell
$IdentityExceptionReportReference = Initialize-PSSailpoint.V2024IdentityExceptionReportReference -TaskResultId 2b838de9-db9b-abcf-e646-d4f274ad4238 `
-ReportName My annual report
```
- Convert the resource to JSON
```powershell
$IdentityExceptionReportReference | ConvertTo-JSON
```
[[Back to top]](#)