組織リソースの種類

名前空間: microsoft.graph

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

organization リソースは、グローバル設定インスタンスと、テナント レベルで操作およびプロビジョニングされるリソースを表わします。

メソッド

メソッド 戻り値の型 説明
List organizations organization コレクション organization オブジェクトのプロパティとリレーションシップをリストします。
組織を取得する organization organization オブジェクトのプロパティとリレーションシップを読み取ります。
Update organization organization organization オブジェクトのプロパティを更新します。
setMobileDeviceManagementAuthority アクション Int32 モバイル デバイス管理権限の設定

プロパティ

プロパティ 説明
id String オブジェクトの GUID。
mobileDeviceManagementAuthority mdmauthority モバイル デバイス管理権限。 可能な値は、unknownintunesccmoffice365 です。

リレーションシップ

なし

JSON 表記

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

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