Skip to main content

ConfigurationResponse

Properties

NameTypeDescriptionNotes
IdentityIdentity1[optional]
ConfigDetails[]ConfigurationDetailsResponseDetails 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]