Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 1.21 KB

File metadata and controls

52 lines (38 loc) · 1.21 KB
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

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
averageScore Double Average score within specified basis.
basis String Scope type. The possible values are: AllTenants, TotalSeats, IndustryTypes.

JSON representation

The following JSON representation shows the resource type.

{
  "averageScore": "Double",
  "basis": "String"
}