Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of mappen te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen om mappen te wijzigen.
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"
}