joinMeetingIdSettings resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Specifies the joinMeetingId, the meeting passcode, and the requirement for the passcode for an online meeting.

Properties

Property Type Description
isPasscodeRequired Boolean Indicates whether a passcode is required to join a meeting when using joinMeetingId. Optional.
joinMeetingId String The meeting ID to be used to join a meeting. Optional. Read-only.
passcode String The passcode to join a meeting. Optional. Read-only.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.joinMeetingIdSettings",
  "isPasscodeRequired": "Boolean",
  "joinMeetingId": "String",
  "passcode": "String"
}