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
constructor(profileFieldName: Output<String>, relatedProfileKeyProperty: Output<String>)

Properties

Link copied to clipboard

Specifies the fieldName in profile.

Link copied to clipboard

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

Functions

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