Microsoft Graph · Schema

engagementConversationModerationState

Represents the moderation state of an Engage conversation message.

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphengagementconversationmoderationstate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.engagementConversationModerationState",
  "title": "engagementConversationModerationState",
  "enum": [
    "published",
    "pendingReview",
    "dismissed",
    "unknownFutureValue"
  ],
  "type": "string",
  "description": "Represents the moderation state of an Engage conversation message.",
  "x-ms-enum": {
    "name": "engagementConversationModerationState",
    "modelAsString": false,
    "values": [
      {
        "value": "published",
        "description": "The content is published.",
        "name": "published"
      },
      {
        "value": "pendingReview",
        "description": "The content is pending review by a moderator.",
        "name": "pendingReview"
      },
      {
        "value": "dismissed",
        "description": "he content has been rejected by a moderator.",
        "name": "dismissed"
      },
      {
        "value": "unknownFutureValue",
        "description": "A marker value for members added after the release of this API.",
        "name": "unknownFutureValue"
      }
    ]
  }
}