IdMappingWorkflowIdMappingTechniquesArgs

data class IdMappingWorkflowIdMappingTechniquesArgs(val idMappingType: Output<IdMappingWorkflowIdMappingTechniquesIdMappingType>? = null, val providerProperties: Output<IdMappingWorkflowProviderPropertiesArgs>? = null, val ruleBasedProperties: Output<IdMappingWorkflowIdMappingRuleBasedPropertiesArgs>? = null) : ConvertibleToJava<IdMappingWorkflowIdMappingTechniquesArgs>

Constructors

Link copied to clipboard
constructor(idMappingType: Output<IdMappingWorkflowIdMappingTechniquesIdMappingType>? = null, providerProperties: Output<IdMappingWorkflowProviderPropertiesArgs>? = null, ruleBasedProperties: Output<IdMappingWorkflowIdMappingRuleBasedPropertiesArgs>? = null)

Properties

Link copied to clipboard

The type of ID mapping.

Link copied to clipboard

An object which defines any additional configurations required by the provider service.

Link copied to clipboard

An object which defines any additional configurations required by rule-based matching.

Functions

Link copied to clipboard
open override fun toJava(): IdMappingWorkflowIdMappingTechniquesArgs