| title | roleReferenceValue resource type |
|---|---|
| description | Represents a pointer to a RefRole entry in a collection of referenceDefinition objects. |
| author | mlafleur |
| ms.localizationpriority | medium |
| ms.subservice | industry-data-etl |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph.industryData
[!INCLUDE beta-disclaimer]
Represents a pointer to a RefRole entry in a collection of referenceDefinition objects.
Inherits from referenceValue.
| Property | Type | Description |
|---|---|---|
| code | String | The code of the desired referenceDefinition entry. Inherited from referenceValue. |
| Relationship | Type | Description |
|---|---|---|
| value | microsoft.graph.industryData.referenceDefinition | Reference to the bound referenceDefinition entity. Inherited from referenceValue. |
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.industryData.roleReferenceValue",
"code": "String"
}