Informatica · Schema

Mapping

Represents a data integration mapping definition that specifies data transformation logic between sources and targets.

Address VerificationB2B GatewayCloud ServicesData GovernanceData IntegrationData ProfilingData QualityEnterprise SoftwareETLIDMCIICSMaster Data ManagementReference Data Management

Properties

Name Type Description
@type string The resource type identifier.
id string The unique identifier for the mapping.
orgId string The organization ID that owns the mapping.
name string The name of the mapping.
description string A description of the mapping.
createTime string The time the mapping was created.
updateTime string The time the mapping was last updated.
createdBy string The user who created the mapping.
updatedBy string The user who last updated the mapping.
bundleObjectId string The associated bundle ID if applicable.
bundleVersion string The associated bundle version.
templateId string The internal template identifier.
deployTime string The time the mapping was deployed.
hasParameters boolean Whether the mapping includes parameters.
valid boolean Whether the mapping is in a valid state.
fixedConnection boolean Whether the mapping uses fixed connections.
hasParametersDeployed boolean Whether parameters are deployed.
fixedConnectionDeployed boolean Whether fixed connections are deployed.
deployedTemplateId string The internal deployed template identifier.
tasks integer The count of tasks using this mapping.
parameters array The collection of mapping parameters.
inOutParameters array The collection of in-out parameters.
references array References to related objects.
View JSON Schema on GitHub