Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/ConfigurationResponse.md
2025-02-03 22:09:17 +00:00

1.1 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
powershell
PowerShell
sdk
ConfigurationResponse
V2024ConfigurationResponse
/tools/sdk/powershell/v2024/models/configuration-response
SDK
Software Development Kit
ConfigurationResponse
V2024ConfigurationResponse

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-PSSailpoint.V2024ConfigurationResponse  -Identity null `
 -ConfigDetails null
  • Convert the resource to JSON
$ConfigurationResponse | ConvertTo-JSON

[Back to top]