Skip to main content

ConfigurationItemResponse

Properties

NameTypeDescriptionNotes
IdentityIdentity1[optional]
ConfigDetails[]ConfigurationDetailsResponseDetails of how work should be reassigned for an Identity[optional]

Examples

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

[Back to top]