deviceHealthScriptStringParameter リソースの種類

名前空間: microsoft.graph

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

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

String スクリプト パラメーターのプロパティ。

deviceHealthScriptParameter から継承します

プロパティ

プロパティ 説明
name String deviceHealthScriptParameter から継承されたパラメーターの名前
説明 String deviceHealthScriptParameter から継承されたパラメーターの説明
Isrequired ブール型 パラメーターが必須かどうか deviceHealthScriptParameter から継承
applyDefaultValueWhenNotAssigned ブール型 割り当てられないときに DefaultValue を適用するかどうか deviceHealthScriptParameter から継承
Defaultvalue String 文字列パラメーターの既定値

リレーションシップ

なし

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.deviceHealthScriptStringParameter",
  "name": "String",
  "description": "String",
  "isRequired": true,
  "applyDefaultValueWhenNotAssigned": true,
  "defaultValue": "String"
}