virtualEventRegistrationCustomQuestion resource type

Namespace: microsoft.graph

Represents a custom registration question associated with a virtualEventRegistration.

Inherits from virtualEventRegistrationQuestionBase.

Properties

Property Type Description
answerChoices String collection Answer choices when answerInputType is singleChoice or multiChoice.
answerInputType virtualEventRegistrationQuestionAnswerInputType Input type of the registration question answer. Possible values are text, multilineText, singleChoice, multiChoice, boolean, and unknownFutureValue.
displayName String Display name of the registration question. Inherited from virtualEventRegistrationQuestionBase.
id String Unique identifier of the registration question. Inherited from virtualEventRegistrationQuestionBase.
isRequired Boolean Indicates whether an answer to the question is required. The default value is false. Inherited from virtualEventRegistrationQuestionBase.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.virtualEventRegistrationCustomQuestion",
  "answerChoices": [
    "String"
  ],
  "answerInputType": "String",
  "displayName": "String",
  "id": "String (identifier)",
  "isRequired": "Boolean"
}