Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 1.04 KB

File metadata and controls

45 lines (36 loc) · 1.04 KB
title tenantSecureScore resource type
description Represents the Secure Score for a Microsoft Entra tenant.
author sacsai
ms.localizationpriority medium
ms.subservice entra-monitoring-health
doc_type resourcePageType
ms.date 03/06/2024

tenantSecureScore resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents the Secure Score for a Microsoft Entra tenant.

Properties

Property Type Description
createDateTime DateTimeOffset When this Secure Score was created.
tenantMaxScore Int64 The maximum historical Secure Score for the tenant.
tenantScore Int64 The Secure Score.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.tenantSecureScore",
  "tenantScore": "Integer",
  "tenantMaxScore": "Integer",
  "createDateTime": "String (timestamp)"
}