Files
developer.sailpoint.com/docs/tools/sdk/powershell/reference/beta/Models/ConfigurationResponse.md
2025-01-27 16:35:26 -05:00

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

ConfigurationResponse

Properties

Name Type Description Notes
Identity Pointer to Identity1 [optional]
ConfigDetails Pointer to []ConfigurationDetailsResponse Details of how work should be reassigned for an Identity [optional]

Examples

  • Prepare the resource
$ConfigurationResponse = Initialize-PSSailpoint.BetaConfigurationResponse  -Identity null `
 -ConfigDetails null
  • Convert the resource to JSON
$ConfigurationResponse | ConvertTo-JSON

[Back to top]