Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.84 KB

File metadata and controls

48 lines (35 loc) · 1.84 KB
title referenceValue resource type
description An abstract type that represents a pointer to an entry in the referenceDefinitions collection.
author mlafleur
ms.localizationpriority medium
ms.subservice industry-data-etl
doc_type resourcePageType
ms.date 07/22/2024

referenceValue resource type

Namespace: microsoft.graph.industryData

[!INCLUDE beta-disclaimer]

An abstract type that represents a pointer to an entry in the referenceDefinitions collection with a specific reference type.

Base type of identifierTypeReferenceValue, roleReferenceValue, userMatchTargetReferenceValue, and yearReferenceValue.

Properties

Property Type Description
code String The code of the desired referenceDefinition entry.

Relationships

Relationship Type Description
value microsoft.graph.industryData.referenceDefinition Reference to the bound referenceDefinition entity.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.industryData.referenceValue",
  "code": "String"
}