Skip to main content

ObjectMappingRequest

Import this model from the entry point of its package:

import { ObjectMappingRequest } from '@sailpoint/angular-sdk/configuration_hub';

Properties

NameTypeDescriptionNotes
objectTypestringType of the object the mapping value applies to, must be one from enum[default to undefined]
jsonPathstringJSONPath expression denoting the path within the object where the mapping value should be applied[default to undefined]
sourceValuestringOriginal value at the jsonPath location within the object[default to undefined]
targetValuestringValue to be assigned at the jsonPath location within the object[default to undefined]
enabled(optional) booleanWhether or not this object mapping is enabled[default to false]