mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 12:27:46 +00:00
1.0 KiB
1.0 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-configuration-response | ConfigurationResponse | ConfigurationResponse | ConfigurationResponse | powershellsdk |
|
/tools/sdk/powershell/v2024/models/configuration-response |
|
ConfigurationResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Identity | Identity1 | [optional] | |
| ConfigDetails | []ConfigurationDetailsResponse | Details of how work should be reassigned for an Identity | [optional] |
Examples
- Prepare the resource
$ConfigurationResponse = Initialize-V2024ConfigurationResponse -Identity null `
-ConfigDetails null
- Convert the resource to JSON
$ConfigurationResponse | ConvertTo-JSON