Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.05 KB

File metadata and controls

46 lines (34 loc) · 1.05 KB
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

industryDataRunRoleCountMetric resource type

Namespace: microsoft.graph.industryData

[!INCLUDE beta-disclaimer]

Represents a count of people in a given role.

Properties

Property Type Description
count Int32 The number of people in this role.
role String The role that is being measured.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.industryData.industryDataRunRoleCountMetric",
  "count": "Int32",
  "role": "String"
}