| title | industryDataRunRoleCountMetric resource type |
|---|---|
| description | Represents a count of people in a given role. |
| 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 count of people in a given role.
| Property | Type | Description |
|---|---|---|
| count | Int32 | The number of people in this role. |
| role | String | The role that is being measured. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.industryData.industryDataRunRoleCountMetric",
"count": "Int32",
"role": "String"
}