Microsoft Graph · Schema

virtualEventExternalRegistrationInformation

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
referrer string A URL or string that represents the location from which the registrant registered. Optional.
registrationId string The identifier for a virtualEventExternalRegistrationInformation object. Optional. If set, the maximum supported length is 256 characters.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphvirtualeventexternalregistrationinformation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.virtualEventExternalRegistrationInformation",
  "title": "virtualEventExternalRegistrationInformation",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "referrer": {
      "type": "string",
      "description": "A URL or string that represents the location from which the registrant registered. Optional.",
      "nullable": true
    },
    "registrationId": {
      "type": "string",
      "description": "The identifier for a virtualEventExternalRegistrationInformation object. Optional. If set, the maximum supported length is 256 characters.",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}