| title | averageComparativeScore resource type |
|---|---|
| description | Contains various different scores based on different scopes. |
| ms.localizationpriority | medium |
| author | preetikr |
| ms.subservice | security |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
Contains various different scores based on different scopes (for example, average by industry vertical, average by company seat size, and so on) and control category (Identity, Data, Device, Apps, Infrastructure).
| Property | Type | Description |
|---|---|---|
| averageScore | Double | Average score within specified basis. |
| basis | String | Scope type. The possible values are: AllTenants, TotalSeats, IndustryTypes. |
The following JSON representation shows the resource type.
{
"averageScore": "Double",
"basis": "String"
}