windowsProtectionStates を一覧表示する
名前空間: microsoft.graph.managedTenants
重要
Microsoft Graph の /beta
バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。
windowsProtectionState オブジェクトとそのプロパティの一覧を取得します。
この API は、次の国内クラウド展開で使用できます。
グローバル サービス | 米国政府機関 L4 | 米国政府機関 L5 (DOD) | 21Vianet が運営する中国 |
---|---|---|---|
✅ | ❌ | ❌ | ❌ |
アクセス許可
この API の最小特権としてマークされているアクセス許可またはアクセス許可を選択します。 アプリで必要な場合にのみ、より高い特権のアクセス許可またはアクセス許可を使用します。 委任されたアクセス許可とアプリケーションのアクセス許可の詳細については、「 アクセス許可の種類」を参照してください。 これらのアクセス許可の詳細については、 アクセス許可のリファレンスを参照してください。
アクセス許可の種類 | 最小特権アクセス許可 | 特権の高いアクセス許可 |
---|---|---|
委任 (職場または学校のアカウント) | DeviceManagementManagedDevices.Read.All | DeviceManagementManagedDevices.ReadWrite.All |
委任 (個人用 Microsoft アカウント) | サポートされていません。 | サポートされていません。 |
アプリケーション | サポートされていません。 | サポートされていません。 |
HTTP 要求
GET /tenantRelationships/managedTenants/windowsProtectionStates
オプションのクエリ パラメーター
このメソッドは、応答のカスタマイズに役立つ OData クエリ パラメーター (、$count
$select
$skip
$filter
$orderby
、 など$apply
) をサポートします。$top
要求ヘッダー
名前 | 説明 |
---|---|
Authorization | ベアラー {token}。 必須です。 認証と承認の詳細については、こちらをご覧ください。 |
要求本文
このメソッドには、要求本文を指定しません。
応答
成功した場合、このメソッドは 200 OK
応答コードと、応答本文の windowsProtectionState オブジェクトのコレクションを返します。
例
要求
GET https://graph.microsoft.com/beta/tenantRelationships/managedTenants/windowsProtectionStates
応答
注: ここに示す応答オブジェクトは、読みやすさのために短縮されている場合があります。
HTTP/1.1 200 OK
Content-Type: application/json
{
"@odata.context": "https://graph.microsoft.com/beta/$metadata#tenantRelationships/managedTenants/windowsProtectionStates",
"value": [
{
"id": "34298981-4fc8-4974-9486-c8909ed1521b_95378ac4-eded-4671-8fa2-4e42e5de3463",
"managedDeviceId": "95378ac4-eded-4671-8fa2-4e42e5de3463",
"managedDeviceName": "vm11",
"malwareProtectionEnabled": true,
"managedDeviceHealthState": "Clean",
"realTimeProtectionEnabled": true,
"networkInspectionSystemEnabled": true,
"quickScanOverdue": false,
"fullScanOverdue": false,
"signatureUpdateOverdue": false,
"rebootRequired": false,
"attentionRequired": false,
"fullScanRequired": false,
"engineVersion": "1.1.18300.4",
"signatureVersion": "1.343.642.0",
"antiMalwareVersion": "4.18.2106.6",
"lastQuickScanDateTime": "2021-06-24T14:50:28Z",
"lastFullScanDateTime": null,
"lastQuickScanSignatureVersion": "1.341.1288.0",
"lastFullScanSignatureVersion": "0.0.0.0",
"lastReportedDateTime": "2021-07-09T14:43:45Z",
"devicePropertiesRefreshTime": "2021-07-09T14:44:28Z",
"deviceDeleted": false,
"lastRefreshedDateTime": "2021-07-11T02:02:35.9816065Z",
"tenantId": "34298981-4fc8-4974-9486-c8909ed1521b",
"tenantDisplayName": "Fourth Coffee",
"devicePropertiesRefreshDateTime": "2021-07-09T14:44:28Z"
},
{
"id": "38227791-a88b-4fcc-81c5-58cf77668320_49ed91f1-32ac-4881-9c1b-b709ba29e31b",
"managedDeviceId": "49ed91f1-32ac-4881-9c1b-b709ba29e31b",
"managedDeviceName": "VM4511",
"malwareProtectionEnabled": true,
"managedDeviceHealthState": "Clean",
"realTimeProtectionEnabled": true,
"networkInspectionSystemEnabled": true,
"quickScanOverdue": false,
"fullScanOverdue": false,
"signatureUpdateOverdue": false,
"rebootRequired": false,
"attentionRequired": false,
"fullScanRequired": false,
"engineVersion": "1.1.18300.4",
"signatureVersion": "1.343.618.0",
"antiMalwareVersion": "4.18.2105.5",
"lastQuickScanDateTime": "2021-06-21T15:05:41Z",
"lastFullScanDateTime": "2021-04-19T20:03:26Z",
"lastQuickScanSignatureVersion": "1.341.1157.0",
"lastFullScanSignatureVersion": "1.303.25.0",
"lastReportedDateTime": "2021-07-09T14:43:52Z",
"devicePropertiesRefreshTime": "2021-07-09T14:44:28Z",
"deviceDeleted": false,
"lastRefreshedDateTime": "2021-07-11T02:02:35.9816065Z",
"tenantId": "38227791-a88b-4fcc-81c5-58cf77668320",
"tenantDisplayName": "Consolidated Messenger",
"devicePropertiesRefreshDateTime": "2021-07-09T14:44:28Z"
}
]
}