--- id: v2025-object-mapping-bulk-patch-response title: ObjectMappingBulkPatchResponse pagination_label: ObjectMappingBulkPatchResponse sidebar_label: ObjectMappingBulkPatchResponse sidebar_class_name: powershellsdk keywords: ['powershell', 'PowerShell', 'sdk', 'ObjectMappingBulkPatchResponse', 'V2025ObjectMappingBulkPatchResponse'] slug: /tools/sdk/powershell/v2025/models/object-mapping-bulk-patch-response tags: ['SDK', 'Software Development Kit', 'ObjectMappingBulkPatchResponse', 'V2025ObjectMappingBulkPatchResponse'] --- # ObjectMappingBulkPatchResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **PatchedObjects** | [**[]ObjectMappingResponse**](object-mapping-response) | | [optional] ## Examples - Prepare the resource ```powershell $ObjectMappingBulkPatchResponse = Initialize-PSSailpoint.V2025ObjectMappingBulkPatchResponse -PatchedObjects null ``` - Convert the resource to JSON ```powershell $ObjectMappingBulkPatchResponse | ConvertTo-JSON ``` [[Back to top]](#)