mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
starting point for adding python sdk docs
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
---
|
||||
id: orphan-identities-report-arguments
|
||||
title: OrphanIdentitiesReportArguments
|
||||
pagination_label: OrphanIdentitiesReportArguments
|
||||
sidebar_label: OrphanIdentitiesReportArguments
|
||||
sidebar_class_name: pythonsdk
|
||||
keywords: ['python', 'Python', 'sdk', 'OrphanIdentitiesReportArguments', 'OrphanIdentitiesReportArguments']
|
||||
slug: /tools/sdk/python/v3/models/orphan-identities-report-arguments
|
||||
tags: ['SDK', 'Software Development Kit', 'OrphanIdentitiesReportArguments', 'OrphanIdentitiesReportArguments']
|
||||
---
|
||||
|
||||
# OrphanIdentitiesReportArguments
|
||||
|
||||
Arguments for Orphan Identities report (ORPHAN_IDENTITIES)
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**selected_formats** | **[]str** | 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]
|
||||
}
|
||||
|
||||
## Example
|
||||
|
||||
```python
|
||||
from sailpoint.v3.models.orphan_identities_report_arguments import OrphanIdentitiesReportArguments
|
||||
|
||||
orphan_identities_report_arguments = OrphanIdentitiesReportArguments(
|
||||
selected_formats=[CSV]
|
||||
)
|
||||
|
||||
```
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user