mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
adding powershell sdk docs back
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
---
|
||||
id: v2024-object-mapping-bulk-create-response
|
||||
title: ObjectMappingBulkCreateResponse
|
||||
pagination_label: ObjectMappingBulkCreateResponse
|
||||
sidebar_label: ObjectMappingBulkCreateResponse
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'ObjectMappingBulkCreateResponse', 'V2024ObjectMappingBulkCreateResponse']
|
||||
slug: /tools/sdk/powershell/v2024/models/object-mapping-bulk-create-response
|
||||
tags: ['SDK', 'Software Development Kit', 'ObjectMappingBulkCreateResponse', 'V2024ObjectMappingBulkCreateResponse']
|
||||
---
|
||||
|
||||
|
||||
# ObjectMappingBulkCreateResponse
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**AddedObjects** | Pointer to [**[]ObjectMappingResponse**](object-mapping-response) | | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$ObjectMappingBulkCreateResponse = Initialize-PSSailpoint.V2024ObjectMappingBulkCreateResponse -AddedObjects null
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$ObjectMappingBulkCreateResponse | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user