Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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"
}