Microsoft Graph · Schema

welcomeScreenMeetingInformation

Possible values for welcome screen meeting information.

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphwelcomescreenmeetinginformation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.welcomeScreenMeetingInformation",
  "title": "welcomeScreenMeetingInformation",
  "enum": [
    "userDefined",
    "showOrganizerAndTimeOnly",
    "showOrganizerAndTimeAndSubject"
  ],
  "type": "string",
  "description": "Possible values for welcome screen meeting information.",
  "x-ms-enum": {
    "name": "welcomeScreenMeetingInformation",
    "modelAsString": false,
    "values": [
      {
        "value": "userDefined",
        "description": "User Defined, default value, no intent.",
        "name": "userDefined"
      },
      {
        "value": "showOrganizerAndTimeOnly",
        "description": "Show organizer and time only.",
        "name": "showOrganizerAndTimeOnly"
      },
      {
        "value": "showOrganizerAndTimeAndSubject",
        "description": "Show organizer, time and subject (subject is hidden for private meetings).",
        "name": "showOrganizerAndTimeAndSubject"
      }
    ]
  }
}