mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 04:19:42 +00:00
adding powershell sdk docs back
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
---
|
||||
id: orphan-identities-report-arguments
|
||||
title: OrphanIdentitiesReportArguments
|
||||
pagination_label: OrphanIdentitiesReportArguments
|
||||
sidebar_label: OrphanIdentitiesReportArguments
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'OrphanIdentitiesReportArguments', 'OrphanIdentitiesReportArguments']
|
||||
slug: /tools/sdk/powershell/v3/models/orphan-identities-report-arguments
|
||||
tags: ['SDK', 'Software Development Kit', 'OrphanIdentitiesReportArguments', 'OrphanIdentitiesReportArguments']
|
||||
---
|
||||
|
||||
|
||||
# OrphanIdentitiesReportArguments
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**SelectedFormats** | Pointer to **[]String** | Output report file formats. These are formats for calling GET endpoint as query parameter 'fileFormat'. In case report won't have this argument there will be ['CSV', 'PDF'] as default. | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$OrphanIdentitiesReportArguments = Initialize-PSSailpoint.V3OrphanIdentitiesReportArguments -SelectedFormats [CSV]
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$OrphanIdentitiesReportArguments | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user