Microsoft Graph · Schema

removedState

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
reason string The removal reason for the participant resource.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphremovedstate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.removedState",
  "title": "removedState",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "reason": {
      "type": "string",
      "description": "The removal reason for the participant resource.",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}