Get Relationship Link Result
data class GetRelationshipLinkResult(val azureApiVersion: String, val description: Map<String, String>? = null, val displayName: Map<String, String>? = null, val id: String, val interactionType: String, val linkName: String, val mappings: List<RelationshipLinkFieldMappingResponse>? = null, val name: String, val profilePropertyReferences: List<ParticipantProfilePropertyReferenceResponse>, val provisioningState: String, val relatedProfilePropertyReferences: List<ParticipantProfilePropertyReferenceResponse>, val relationshipGuidId: String, val relationshipName: String, val tenantId: String, val type: String)
The relationship link resource format.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, description: Map<String, String>? = null, displayName: Map<String, String>? = null, id: String, interactionType: String, linkName: String, mappings: List<RelationshipLinkFieldMappingResponse>? = null, name: String, profilePropertyReferences: List<ParticipantProfilePropertyReferenceResponse>, provisioningState: String, relatedProfilePropertyReferences: List<ParticipantProfilePropertyReferenceResponse>, relationshipGuidId: String, relationshipName: String, tenantId: String, type: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Localized descriptions for the Relationship Link.
Link copied to clipboard
Localized display name for the Relationship Link.
Link copied to clipboard
The InteractionType associated with the Relationship Link.
Link copied to clipboard
The mappings between Interaction and Relationship fields.
Link copied to clipboard
The property references for the Profile of the Relationship.
Link copied to clipboard
Provisioning state.
Link copied to clipboard
The property references for the Related Profile of the Relationship.
Link copied to clipboard
The relationship guid id.
Link copied to clipboard
The Relationship associated with the Link.