Skip to main content

ObjectMappingBulkCreateRequest

Properties

NameTypeDescriptionNotes
NewObjectsMappings[]ObjectMappingRequest[required]

Examples

  • Prepare the resource
$ObjectMappingBulkCreateRequest = Initialize-PSSailpoint.V2024ObjectMappingBulkCreateRequest  -NewObjectsMappings null
  • Convert the resource to JSON
$ObjectMappingBulkCreateRequest | ConvertTo-JSON

[Back to top]