Modifica

virtualEventWebinarRegistrationConfiguration 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.

Contains information about a webinar registration configuration.

Inherits from virtualEventRegistrationConfiguration.

Methods

Method Return type Description
Get virtualEventWebinarRegistrationConfiguration Read the properties and relationships of a virtualEventWebinarRegistrationConfiguration object.

Properties

Property Type Description
capacity Int32 Total capacity of the virtual event. Inherited from virtualEventRegistrationConfiguration.
id String Unique identifier for the virtualEventRegistrationConfiguration object. Inherited from virtualEventRegistrationConfiguration.
isManualApprovalEnabled Boolean Indicates whether registrations require organizer approval before a participant is confirmed. Inherited from virtualEventRegistrationConfiguration.
isWaitlistEnabled Boolean Indicates whether more registrants are automatically placed on a waitlist when capacity is reached. Inherited from virtualEventRegistrationConfiguration.
registrationWebUrl String Registration portal URL of the webinar. Inherited from virtualEventRegistrationConfiguration.

Relationships

Relationship Type Description
questions virtualEventRegistrationQuestionBase collection Registration questions.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.virtualEventWebinarRegistrationConfiguration",
  "id": "String (identifier)",
  "registrationWebUrl": "String",
  "capacity": "Int32",
  "isWaitlistEnabled": "Boolean",
  "isManualApprovalEnabled": "Boolean"
}