managedDeviceOverview リソースの種類
名前空間: microsoft.graph
注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。
管理対象デバイスの概要データ
メソッド
メソッド | 戻り値の型 | 説明 |
---|---|---|
Get managedDeviceOverview | managedDeviceOverview | managedDeviceOverview オブジェクトのプロパティとリレーションシップを読み取ります。 |
Update managedDeviceOverview | managedDeviceOverview | managedDeviceOverview オブジェクトのプロパティを更新します。 |
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
id | String | 概要の一意識別子 |
enrolledDeviceCount | Int32 | 登録済みデバイスの合計数。 Intune PC エージェントで管理されている PC デバイスは含まれません |
mdmEnrolledCount | Int32 | MDM に登録されているデバイスの数 |
dualEnrolledDeviceCount | Int32 | MDM と EAS の両方に登録されているデバイスの数 |
deviceOperatingSystemSummary | deviceOperatingSystemSummary | デバイスのオペレーティング システムの概要。 |
deviceExchangeAccessStateSummary | deviceExchangeAccessStateSummary | Intune での Exchange アクセス状態の配布 |
リレーションシップ
なし
JSON 表記
以下は、リソースの JSON 表記です。
{
"@odata.type": "#microsoft.graph.managedDeviceOverview",
"id": "String (identifier)",
"enrolledDeviceCount": 1024,
"mdmEnrolledCount": 1024,
"dualEnrolledDeviceCount": 1024,
"deviceOperatingSystemSummary": {
"@odata.type": "microsoft.graph.deviceOperatingSystemSummary",
"androidCount": 1024,
"iosCount": 1024,
"macOSCount": 1024,
"windowsMobileCount": 1024,
"windowsCount": 1024,
"unknownCount": 1024,
"androidDedicatedCount": 1024,
"androidDeviceAdminCount": 1024,
"androidFullyManagedCount": 1024,
"androidWorkProfileCount": 1024,
"androidCorporateWorkProfileCount": 1024,
"configMgrDeviceCount": 1024
},
"deviceExchangeAccessStateSummary": {
"@odata.type": "microsoft.graph.deviceExchangeAccessStateSummary",
"allowedDeviceCount": 1024,
"blockedDeviceCount": 1024,
"quarantinedDeviceCount": 1024,
"unknownDeviceCount": 1024,
"unavailableDeviceCount": 1024
}
}