Skip to main content

ObjectMappingBulkCreateResponse

Properties

NameTypeDescriptionNotes
AddedObjects[]ObjectMappingResponse[optional]

Examples

  • Prepare the resource
$ObjectMappingBulkCreateResponse = Initialize-PSSailpoint.V3ObjectMappingBulkCreateResponse  -AddedObjects null
  • Convert the resource to JSON
$ObjectMappingBulkCreateResponse | ConvertTo-JSON

[Back to top]