deviceManagement リソースの種類

名前空間: microsoft.graph

注: Intune 用 Microsoft Graph API には、テナントの 有効な Intune ライセンスが必要です。

すべてのデバイス管理機能のコンテナーとして機能する単一のエンティティです。

メソッド

メソッド 戻り値の型 説明
Get deviceManagement deviceManagement deviceManagement オブジェクトのプロパティとリレーションシップを読み取ります。
Update deviceManagement deviceManagement deviceManagement オブジェクトのプロパティを更新します。

プロパティ

プロパティ 説明
id 文字列 デバイスの一意識別子
subscriptionState deviceManagementSubscriptionState テナントのモバイル デバイス管理のサブスクリプション状態。 可能な値は、pendingactivewarningdisableddeletedblockedlockedOut です。

リレーションシップ

リレーションシップ 説明
applePushNotificationCertificate applePushNotificationCertificate Apple プッシュ通知証明書。
managedDeviceOverview managedDeviceOverview デバイスの概要
detectedApps detectedApp コレクション デバイスに関連付けられている、検出されたアプリの一覧。
managedDevices managedDevice コレクション 管理対象デバイスの一覧。

JSON 表記

以下は、リソースの JSON 表記です。

{
  "@odata.type": "#microsoft.graph.deviceManagement",
  "id": "String (identifier)",
  "subscriptionState": "String"
}