Microsoft Graph · Schema

aiInteractionPlugin

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
identifier string The unique identifier of the plugin.
name string The display name of the plugin.
version string The version of the plugin used.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphaiinteractionplugin-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.aiInteractionPlugin",
  "title": "aiInteractionPlugin",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "identifier": {
      "type": "string",
      "description": "The unique identifier of the plugin.",
      "nullable": true
    },
    "name": {
      "type": "string",
      "description": "The display name of the plugin.",
      "nullable": true
    },
    "version": {
      "type": "string",
      "description": "The version of the plugin used.",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}