Relationship Type Field Mapping Args
    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>)