deviceManagementConfigurationCategory リソースの種類

名前空間: microsoft.graph

大事な: /beta バージョンの Microsoft Graph API は変更される可能性があります。運用環境での使用はサポートされていません。

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

デバイス管理構成ポリシー

メソッド

メソッド 戻り値の型 説明
deviceManagementConfigurationCategories を一覧表示する deviceManagementConfigurationCategory コレクション deviceManagementConfigurationCategory オブジェクトのプロパティとリレーションシップを一覧表示します。
deviceManagementConfigurationCategory を取得する deviceManagementConfigurationCategory deviceManagementConfigurationCategory オブジェクトのプロパティとリレーションシップを読み取ります。
deviceManagementConfigurationCategory を作成する deviceManagementConfigurationCategory 新しい deviceManagementConfigurationCategory オブジェクトを 作成します。
deviceManagementConfigurationCategory を削除する なし deviceManagementConfigurationCategory を削除します。
deviceManagementConfigurationCategory を更新する deviceManagementConfigurationCategory deviceManagementConfigurationCategory オブジェクトのプロパティを更新します。

プロパティ

プロパティ 説明
id String カテゴリの一意識別子。
説明 String カテゴリの説明。 例: 表示
categoryDescription String ポリシーの概要のカテゴリ ヘッダーの説明。
Helptext String カテゴリのヘルプ テキスト。 カテゴリの詳細を指定します。
name String アイテムの名前
displayName String カテゴリの名前。 例: デバイス ロック
プラットフォーム deviceManagementConfigurationPlatforms プラットフォームの種類。カテゴリ内の設定が持っています。 使用可能な値は、なしです。 android、androidEnterprise、iOs、macOs、windows10X、windows10、aosp、linux。 このプロパティが設定されていない場合、または none に設定されている場合は、すべてのプラットフォームでカテゴリが返されます。 サポート: $filters、$select。 読み取り専用。 可能な値は、noneandroidiOSmacOSwindows10Xwindows10linuxunknownFutureValue です。
技術 deviceManagementConfigurationTechnologies テクノロジの種類。カテゴリ内の設定が持っています。 使用できる値は、なし、mdm、configManager、intuneManagementExtension、thirdParty、documentGateway、appleRemoteManagement、microsoftSense、exchangeOnline、edgeMam、linuxMdm、拡張性、登録、endpointPrivilegeManagement です。 このプロパティが設定されていない場合、または none に設定されている場合は、すべてのプラットフォームでカテゴリが返されます。 サポート: $filters、$select。 読み取り専用です。 使用できる値は、none、、、windows10XManagement、、configManager、、appleRemoteManagementmicrosoftSenseexchangeOnlinemobileApplicationManagementunknownFutureValueendpointPrivilegeManagementwindowsOsRecoverylinuxMdmenrollmentextensibilityです。 mdm
settingUsage deviceManagementConfigurationSettingUsage カテゴリに、コンプライアンス、構成、または再利用可能な設定に使用される設定が含まれていることを示します。 使用可能な値は、構成、コンプライアンス、reusableSetting です。 各設定の使用法には、呼び出す個別の API エンドポイントがあります。 読み取り専用。 可能な値は、noneconfigurationcomplianceunknownFutureValueinventory です。
parentCategoryId String カテゴリの直接親 ID。 カテゴリがルートの場合、親 ID はその ID と同じです。
rootCategoryId String カテゴリのルート ID。
childCategoryIds String collection カテゴリの子 ID の一覧。

リレーションシップ

なし

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.deviceManagementConfigurationCategory",
  "id": "String (identifier)",
  "description": "String",
  "categoryDescription": "String",
  "helpText": "String",
  "name": "String",
  "displayName": "String",
  "platforms": "String",
  "technologies": "String",
  "settingUsage": "String",
  "parentCategoryId": "String",
  "rootCategoryId": "String",
  "childCategoryIds": [
    "String"
  ]
}