名前空間: microsoft.graph.security.securityCopilot
重要
Microsoft Graph の /beta バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。
Security Copilotのワークスペースをスコープとするプラグインを表します。 詳細については、「Microsoft Security Copilotのプラグイン」を参照してください。
メソッド
| メソッド | 戻り値の種類 | 説明 |
|---|---|---|
| List | microsoft.graph.security.securityCopilot.plugin コレクション | プラグイン オブジェクトとそのプロパティの一覧を取得します。 |
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| 承認 | microsoft.graph.security.securityCopilot.pluginAuth | プラグインの承認。 |
| catalogScope | microsoft.graph.security.securityCopilot.pluginCatalogScope | プラグインの使用に使用できるスコープをListsします。 使用可能な値は、 none、 user、 workspace、 tenant、 global、 geoGlobal、 userWorkspace、 unknownFutureValueです。 |
| category | microsoft.graph.security.securityCopilot.pluginCategory | プラグインのカテゴリ。 使用可能な値は、 hidden、 microsoft、 microsoftConnectors、 other、 web、 testing、 plugin、 unknownFutureValueです。 |
| 説明 | String | プラグインの簡単な説明。 |
| displayName | 文字列 | プラグインの表示名。 $filter (eq)をサポートしています。 |
| isEnabled | ブール値 | プラグインが catalogScope 内で使用できるかどうかを表示します。 $filter (eq)をサポートしています。 |
| name | String | プラグインの名前を表します。 主キー。 $filter (eq、contains) をサポートします。 |
| previewState | microsoft.graph.security.securityCopilot.pluginPreviewStates | プラグインの使用と可用性について説明します。 使用可能な値: ga、public、private、unknownFutureValue。 |
| settings | microsoft.graph.security.securityCopilot.pluginSetting コレクション | プラグインの設定。 |
| supportedAuthTypes | microsoft.graph.security.securityCopilot.pluginAuthTypes | プラグインに使用される承認の種類。 使用可能な値: none、basic、aPIKey、oAuthAuthorizationCodeFlow、oAuthClientCredentialsFlow、aad、serviceHttp、aadDelegated、oAuthPasswordGrantFlow、unknownFutureValue。 現在サポートされていません。 |
リレーションシップ
なし。
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.security.securityCopilot.plugin",
"name": "String (identifier)",
"description": "String",
"displayName": "String",
"category": "String",
"catalogScope": "String",
"previewState": "String",
"isEnabled": "Boolean",
"settings": [
{
"@odata.type": "microsoft.graph.security.securityCopilot.pluginSetting"
}
],
"authorization": {
"@odata.type": "microsoft.graph.security.securityCopilot.pluginAuth"
},
"supportedAuthTypes": "String"
}