| title | pluginAuth resource type |
|---|---|
| description | This describes the set of authorization types available for a Security Copilot plugin. |
| author | spunukol |
| ms.date | 07/17/2025 |
| ms.localizationpriority | medium |
| ms.subservice | security-copilot |
| doc_type | resourcePageType |
Namespace: microsoft.graph.security.securityCopilot
[!INCLUDE beta-disclaimer]
This describes the set of authorization types available for a Security Copilot plugin.
| Property | Type | Description |
|---|---|---|
| authType | microsoft.graph.security.securityCopilot.pluginAuthTypes | Plugin authorization types. The possible values are: none, basic, aPIKey, oAuthAuthorizationCodeFlow, oAuthClientCredentialsFlow, aad, serviceHttp, aadDelegated, oAuthPasswordGrantFlow, unknownFutureValue. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.securityCopilot.pluginAuth",
"authType": "String"
}