Edit

Share via


pluginAuth resource type

Namespace: microsoft.graph.security.securityCopilot

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

This describes the set of authorization types available for a Security Copilot plugin.

Properties

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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