mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
adding powershell sdk docs back
This commit is contained in:
@@ -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]](#)
|
||||
|
||||
Reference in New Issue
Block a user