Microsoft Graph · Schema

microsoft.graph.onAttributeCollectionSubmitListener

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphonattributecollectionsubmitlistener-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.onAttributeCollectionSubmitListener",
  "title": "microsoft.graph.onAttributeCollectionSubmitListener",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.authenticationEventListener"
    },
    {
      "title": "onAttributeCollectionSubmitListener",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "handler": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.onAttributeCollectionSubmitHandler"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "Configuration for what to invoke if the event resolves to this listener."
        },
        "@odata.type": {
          "type": "string",
          "default": "#microsoft.graph.onAttributeCollectionSubmitListener"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.onAttributeCollectionSubmitListener"
}