deviceManagementConfigurationSimpleSettingValue リソースの種類

名前空間: microsoft.graph

重要: Microsoft Graph /beta バージョンの API は変更される場合があります。実稼働での使用はサポートされていません。

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

単純な設定値

deviceManagementConfigurationSettingValue から継承します。

プロパティ

プロパティ 説明
settingValueTemplateReference deviceManagementConfigurationSettingValueTemplateReference 設定値テンプレート参照deviceManagementConfigurationSettingValueから継承

リレーションシップ

なし

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.deviceManagementConfigurationSimpleSettingValue",
  "settingValueTemplateReference": {
    "@odata.type": "microsoft.graph.deviceManagementConfigurationSettingValueTemplateReference",
    "settingValueTemplateId": "String",
    "useTemplateDefault": true
  }
}