次の方法で共有


pluginSetting リソースの種類

名前空間: microsoft.graph.security.securityCopilot

重要

Microsoft Graph の /beta バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。

Security Copilotのプラグインの設定を表します。

プロパティ

プロパティ 説明
acceptableValues String collection プラグインの種類に対して許容される値
defaultValue 文字列 構成されていない場合、プラグインで使用できる既定値
説明 String 要求された値の説明
displayType microsoft.graph.security.securityCopilot.pluginSettingDisplayType 必要に応じて、任意のユーザー エクスペリエンスを使用できる表示の種類。 使用可能な値: nonetextboxcheckboxdropdownunknownFutureValue
hintText 文字列 プラグインのヒント
isRequired ブール型 値が必要かどうかを設定する
ラベル 文字列 設定のラベル
name String 設定の名前
settingValue microsoft.graph.security.securityCopilot.pluginSettingType 使用可能な設定値。 使用可能な値: stringboolarrayenumsecretStringunknownFutureValue
文字列

リレーションシップ

なし。

JSON 表記

次の JSON 表現は、リソースの種類を示しています。

{
  "@odata.type": "#microsoft.graph.security.securityCopilot.pluginSetting",
  "name": "String",
  "label": "String",
  "description": "String",
  "hintText": "String",
  "settingValue": "String",
  "isRequired": "Boolean",
  "defaultValue": "String",
  "value": "String",
  "acceptableValues": [
    "String"
  ],
  "displayType": "String"
}