deviceManagement リソースの種類

名前空間: microsoft.graph

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

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

メソッド

メソッド 戻り値の型 説明
Get deviceManagement deviceManagement deviceManagement オブジェクトのプロパティとリレーションシップを読み取ります。
Update deviceManagement deviceManagement deviceManagement オブジェクトのプロパティを更新します。
verifyWindowsEnrollmentAutoDiscovery function Boolean まだ文書化されていません

プロパティ

プロパティ 説明
id 文字列 このエンティティの一意識別子
intuneBrand intuneBrand intuneBrand には、会社のポータル アプリケーションとエンド ユーザーの Web ポータルの外観のカスタマイズに使用するデータが含まれています。

リレーションシップ

リレーションシップ 説明
deviceCategories deviceCategory コレクション テナントを含むデバイスのカテゴリのリスト。
exchangeConnectors deviceManagementExchangeConnector コレクション テナントによって構成されている Exchange Connector のリスト。
deviceEnrollmentConfigurations deviceEnrollmentConfiguration コレクション デバイス登録の構成のリスト
conditionalAccessSettings onPremisesConditionalAccessSettings Exchange のオンプレミスでの条件付きアクセス設定。 オンプレミスの条件付きアクセスでは、デバイスを登録し、メール アクセスに準拠させる必要があります
mobileThreatDefenseConnectors mobileThreatDefenseConnector コレクション テナントによって構成されている、モバイルの脅威保護コネクタのリスト。
deviceManagementPartners deviceManagementPartner コレクション テナントによって構成されているデバイス管理パートナーのリスト。
complianceManagementPartners complianceManagementPartner コレクション テナントによって構成されたコンプライアンス管理パートナーの一覧。

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.deviceManagement",
  "id": "String (identifier)",
  "intuneBrand": {
    "@odata.type": "microsoft.graph.intuneBrand",
    "displayName": "String",
    "themeColor": {
      "@odata.type": "microsoft.graph.rgbColor",
      "r": 1024,
      "g": 1024,
      "b": 1024
    },
    "showLogo": true,
    "lightBackgroundLogo": {
      "@odata.type": "microsoft.graph.mimeContent",
      "type": "String",
      "value": "binary"
    },
    "darkBackgroundLogo": {
      "@odata.type": "microsoft.graph.mimeContent",
      "type": "String",
      "value": "binary"
    },
    "showNameNextToLogo": true,
    "showDisplayNameNextToLogo": true,
    "contactITName": "String",
    "contactITPhoneNumber": "String",
    "contactITEmailAddress": "String",
    "contactITNotes": "String",
    "onlineSupportSiteUrl": "String",
    "onlineSupportSiteName": "String",
    "privacyUrl": "String"
  }
}