related Profile Property References
suspend fun relatedProfilePropertyReferences(value: Output<List<ParticipantProfilePropertyReferenceArgs>>)
Parameters
value
The property references for the Related Profile of the Relationship.
suspend fun relatedProfilePropertyReferences(vararg values: Output<ParticipantProfilePropertyReferenceArgs>)
suspend fun relatedProfilePropertyReferences(values: List<Output<ParticipantProfilePropertyReferenceArgs>>)
suspend fun relatedProfilePropertyReferences(vararg values: ParticipantProfilePropertyReferenceArgs)
Parameters
values
The property references for the Related Profile of the Relationship.
suspend fun relatedProfilePropertyReferences(argument: List<suspend ParticipantProfilePropertyReferenceArgsBuilder.() -> Unit>)
suspend fun relatedProfilePropertyReferences(vararg argument: suspend ParticipantProfilePropertyReferenceArgsBuilder.() -> Unit)
suspend fun relatedProfilePropertyReferences(argument: suspend ParticipantProfilePropertyReferenceArgsBuilder.() -> Unit)
Parameters
argument
The property references for the Related Profile of the Relationship.