RelationshipTypeFieldMappingArgs

data class RelationshipTypeFieldMappingArgs(val profileFieldName: Output<String>, val relatedProfileKeyProperty: Output<String>) : ConvertibleToJava<RelationshipTypeFieldMappingArgs>

Map a field of profile to its corresponding StrongId in Related Profile.

Constructors

Link copied to clipboard
fun RelationshipTypeFieldMappingArgs(profileFieldName: Output<String>, relatedProfileKeyProperty: Output<String>)

Functions

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

Properties

Link copied to clipboard

Specifies the fieldName in profile.

Link copied to clipboard

Specifies the KeyProperty (from StrongId) of the related profile.