Skip to content

Latest commit

 

History

History
59 lines (44 loc) · 1.27 KB

File metadata and controls

59 lines (44 loc) · 1.27 KB
title controlScore resource type
description This resource contains a tenant score and description for an individual control.
ms.localizationpriority medium
doc_type resourcePageType
ms.subservice security
author preetikr
ms.date 07/22/2024

controlScore resource type

Namespace: microsoft.graph

This resource contains a tenant score and description for an individual control.

Properties

Property Type Description
controlName String Control unique name
score Double Tenant achieved score for the control (it varies day by day depending on tenant operations on the control).
controlCategory String Control action category (Identity, Data, Device, Apps, Infrastructure).
description String Description of the control.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "controlName": "String",
  "score": "Double",
  "controlCategory": "String",
  "description": "String"
}