Get Relationship Result
data class GetRelationshipResult(val cardinality: String? = null, val description: Map<String, String>? = null, val displayName: Map<String, String>? = null, val expiryDateTimeUtc: String? = null, val fields: List<PropertyDefinitionResponse>? = null, val id: String, val lookupMappings: List<RelationshipTypeMappingResponse>? = null, val name: String, val profileType: String, val provisioningState: String, val relatedProfileType: String, val relationshipGuidId: String, val relationshipName: String, val tenantId: String, val type: String)
The relationship resource format.
Constructors
Link copied to clipboard
constructor(cardinality: String? = null, description: Map<String, String>? = null, displayName: Map<String, String>? = null, expiryDateTimeUtc: String? = null, fields: List<PropertyDefinitionResponse>? = null, id: String, lookupMappings: List<RelationshipTypeMappingResponse>? = null, name: String, profileType: String, provisioningState: String, relatedProfileType: String, relationshipGuidId: String, relationshipName: String, tenantId: String, type: String)
Properties
Link copied to clipboard
The Relationship Cardinality.
Link copied to clipboard
Localized descriptions for the Relationship.
Link copied to clipboard
Localized display name for the Relationship.
Link copied to clipboard
The expiry date time in UTC.
Link copied to clipboard
The properties of the Relationship.
Link copied to clipboard
Optional property to be used to map fields in profile to their strong ids in related profile.
Link copied to clipboard
Profile type.
Link copied to clipboard
Provisioning state.
Link copied to clipboard
Related profile being referenced.
Link copied to clipboard
The relationship guid id.
Link copied to clipboard
The Relationship name.