次の方法で共有


pluginAuth リソースの種類

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

重要

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

ここでは、Security Copilot プラグインで使用できる承認の種類のセットについて説明します

プロパティ

プロパティ 説明
authType microsoft.graph.security.securityCopilot.pluginAuthTypes プラグインの承認の種類。 使用可能な値: nonebasicaPIKeyoAuthAuthorizationCodeFlowoAuthClientCredentialsFlowaadserviceHttpaadDelegatedoAuthPasswordGrantFlowunknownFutureValue

リレーションシップ

なし。

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.security.securityCopilot.pluginAuth",
  "authType": "String"
}