mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
adding powershell sdk docs back
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
---
|
||||
id: v2024-configuration-item-response
|
||||
title: ConfigurationItemResponse
|
||||
pagination_label: ConfigurationItemResponse
|
||||
sidebar_label: ConfigurationItemResponse
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'ConfigurationItemResponse', 'V2024ConfigurationItemResponse']
|
||||
slug: /tools/sdk/powershell/v2024/models/configuration-item-response
|
||||
tags: ['SDK', 'Software Development Kit', 'ConfigurationItemResponse', 'V2024ConfigurationItemResponse']
|
||||
---
|
||||
|
||||
|
||||
# ConfigurationItemResponse
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Identity** | Pointer to [**Identity1**](identity1) | | [optional]
|
||||
**ConfigDetails** | Pointer to [**[]ConfigurationDetailsResponse**](configuration-details-response) | Details of how work should be reassigned for an Identity | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$ConfigurationItemResponse = Initialize-PSSailpoint.V2024ConfigurationItemResponse -Identity null `
|
||||
-ConfigDetails null
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$ConfigurationItemResponse | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user