名前空間: microsoft.graph.security.securityCopilot
重要
Microsoft Graph の /beta バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。
ここでは、Security Copilot プラグインで使用できる承認の種類のセットについて説明します。
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| authType | microsoft.graph.security.securityCopilot.pluginAuthTypes | プラグインの承認の種類。 使用可能な値: none、basic、aPIKey、oAuthAuthorizationCodeFlow、oAuthClientCredentialsFlow、aad、serviceHttp、aadDelegated、oAuthPasswordGrantFlow、unknownFutureValue。 |
リレーションシップ
なし。
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.security.securityCopilot.pluginAuth",
"authType": "String"
}