| 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 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents the Secure Score for a Microsoft Entra tenant.
| 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. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.tenantSecureScore",
"tenantScore": "Integer",
"tenantMaxScore": "Integer",
"createDateTime": "String (timestamp)"
}