[Index]
Model ref.: device/msgraphsecurity/SecureScore
The full URL would include the host-proxy name: https://[host-proxy].
Variables are enclosed in square brackets.
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"id": {
"title": "Secure Score ID",
"type": "string",
"readonly": true
},
"azureTenantId": {
"title": "Azure Tenant ID",
"type": "string",
"readonly": true
},
"activeUserCount": {
"title": "Active User Count",
"type": "integer",
"readonly": true
},
"createdDateTime": {
"title": "Created Date Time",
"type": "string",
"format": "date-time",
"readonly": true
},
"currentScore": {
"title": "Current Score",
"type": "number",
"readonly": true
},
"currentScorePercentage": {
"title": "Current Score Percentage",
"type": "number",
"readonly": true
},
"maxScore": {
"title": "Max Score",
"type": "number",
"readonly": true
},
"enabledServices": {
"title": "Enabled Services",
"type": "array",
"items": {
"type": "string"
},
"readonly": true
},
"licensedUserCount": {
"title": "Licensed User Count",
"type": "integer",
"readonly": true
},
"vendorInformation": {
"title": "Vendor Information",
"type": "object",
"properties": {
"provider": {
"title": "Provider",
"type": "string",
"readonly": true
},
"providerVersion": {
"title": "Provider Version",
"type": "string",
"readonly": true
},
"subProvider": {
"title": "Sub Provider",
"type": "string",
"readonly": true
},
"vendor": {
"title": "Vendor",
"type": "string",
"readonly": true
}
}
},
"averageComparativeScores": {
"title": "Average Comparative Scores",
"type": "array",
"items": {
"type": "object",
"properties": {
"basis": {
"title": "Basis",
"type": "string",
"readonly": true
},
"averageScore": {
"title": "Average Score",
"type": "number",
"readonly": true
},
"appsScore": {
"title": "Apps Score",
"type": "number",
"readonly": true
},
"appsScoreMax": {
"title": "Apps Score Max",
"type": "number",
"readonly": true
},
"dataScore": {
"title": "Data Score",
"type": "number",
"readonly": true
},
"dataScoreMax": {
"title": "Data Score Max",
"type": "number",
"readonly": true
},
"deviceScore": {
"title": "Device Score",
"type": "number",
"readonly": true
},
"deviceScoreMax": {
"title": "Device Score Max",
"type": "number",
"readonly": true
},
"identityScore": {
"title": "Identity Score",
"type": "number",
"readonly": true
},
"identityScoreMax": {
"title": "Identity Score Max",
"type": "number",
"readonly": true
},
"infrastructureScore": {
"title": "Infrastructure Score",
"type": "number",
"readonly": true
},
"infrastructureScoreMax": {
"title": "Infrastructure Score Max",
"type": "number",
"readonly": true
}
}
}
}
},
"schema_version": "1.0"
}
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| List | GET | /api/device/msgraphsecurity/SecureScore/ |
|
The device/msgraphsecurity/SecureScore schema and all instances as JSON. |
(The list will return 0 to 3 device/msgraphsecurity/SecureScore instances)
{
"pagination": {
"skip": 0,
"limit": 3,
"maximum_limit": 2000,
"total": 0,
"total_limit": null,
"order_by": "azureTenantId",
"direction": "asc",
"current": "/api/device/msgraphsecurity/SecureScore/?skip=0&limit=3&order_by=azureTenantId&direction=asc&traversal=down"
},
"operations": [
"list"
],
"meta": {
"model_type": "device/msgraphsecurity/SecureScore",
"summary_attrs": [
{
"name": "azureTenantId",
"title": "Azure Tenant ID"
},
{
"name": "activeUserCount",
"title": "Active User Count"
},
{
"name": "currentScore",
"title": "Current Score"
},
{
"name": "currentScorePercentage",
"title": "Current Score Percentage"
},
{
"name": "maxScore",
"title": "Max Score"
},
{
"name": "enabledServices",
"title": "Enabled Services"
},
{
"name": "licensedUserCount",
"title": "Licensed User Count"
},
{
"name": "vendorInformation.provider",
"title": "Provider",
"allow_ordering": false,
"allow_filtering": true
},
{
"name": "vendorInformation.vendor",
"title": "Vendor",
"allow_ordering": false,
"allow_filtering": true
},
{
"name": "averageComparativeScores",
"title": "Average Comparative Scores"
},
{
"name": "hierarchy_friendly_name",
"title": "Located At",
"allow_filtering": true
}
],
"tagged_versions": [],
"tags": [],
"title": "",
"business_key": {},
"api_version": "21.2",
"cached": true,
"references": {
"children": [],
"parent": [
{
"href": "/api/data/HierarchyNode/6t0ggef2c0deab00hb595101",
"pkid": "6t0ggef2c0deab00hb595101"
}
],
"device": [
{
"href": "",
"pkid": ""
}
],
"foreign_key": []
},
"model_specific_actions": [
"list",
"get"
],
"schema_version": "1.0",
"actions": [
{
"list": {
"method": "GET",
"class": "list",
"href": "/api/device/msgraphsecurity/SecureScore/?hierarchy=[hierarchy]",
"support_async": false,
"title": "List"
}
},
{
"purge": {
"method": "POST",
"class": "purge",
"href": "/api/device/msgraphsecurity/SecureScore/purge/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Purge"
}
}
]
},
"resources": []
}
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Purge | POST | /api/device/msgraphsecurity/SecureScore/purge/ |
|
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get | GET | /api/device/msgraphsecurity/SecureScore/[pkid] | hierarchy=[hierarchy] | The device/msgraphsecurity/SecureScore instance with [pkid]. |
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Purge | POST | /api/device/msgraphsecurity/SecureScore/[pkid]/purge | hierarchy=[hierarchy] | If payload required: |