Edit

Share via


averageComparativeScore resource type

Namespace: microsoft.graph

Contains tenant-level scores for Microsoft Secure Score based on scopes such as average by industry vertical and average by company seat size, and on control categories like identity, data, device, apps, and 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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "basis": "String",
  "averageScore": "Double",
  "deviceScore": "Double",
  "dataScore": "Double",
  "identityScore": "Double"
}