Partager via


Type de ressource virtualEventExternalRegistrationInformation

Espace de noms: microsoft.graph

Représente les informations externes pour une inscription d’événement virtuel.

Propriétés

Propriété Type Description
Referrer String URL ou chaîne qui représente l’emplacement à partir duquel l’inscrit s’est inscrit. Optional.
registrationId String Identificateur d’un objet virtualEventExternalRegistrationInformation . Optional. Si cette valeur est définie, la longueur maximale prise en charge est de 256 caractères.

Représentation JSON

La représentation JSON suivante montre le type de ressource.

{
  "@odata.type": "#microsoft.graph.virtualEventExternalRegistrationInformation",
  "referrer": "String",
  "registrationId": "String"
}