averageComparativeScore resource type
Namespace: microsoft.graph
Contains various scores based on different scopes - such as average by industry vertical or company size - and control category (Identity, Data, Device, Apps, Infrastructure).
Properties
Property | Type | Description |
---|---|---|
basis | String | Scope type (by AllTenants, TotalSeats, IndustryTypes). |
averageScore | Double | Average score within a specified basis. |
deviceScore | Double | Average score within a specified basis. |
dataScore | Double | Average score within a specified basis. |
identityScore | Double | Average score within a specified basis. |
JSON representation
The following JSON representation shows the resource type.
{
"basis": "String",
"averageScore": "Double",
"deviceScore": "Double",
"dataScore": "Double",
"identityScore": "Double"
}