Skip to main content

ObjectMappingBulkPatchResponse

Properties

NameTypeDescriptionNotes
PatchedObjects[]ObjectMappingResponse[optional]

Examples

  • Prepare the resource
$ObjectMappingBulkPatchResponse = Initialize-PSSailpoint.V3ObjectMappingBulkPatchResponse  -PatchedObjects null
  • Convert the resource to JSON
$ObjectMappingBulkPatchResponse | ConvertTo-JSON

[Back to top]