Skip to content

Latest commit

 

History

History
49 lines (41 loc) · 1.4 KB

virtualeventpresenterdetails.md

File metadata and controls

49 lines (41 loc) · 1.4 KB
title description author ms.localizationpriority ms.subservice doc_type
virtualEventPresenterDetails resource type
Represents detail information about a virtual event presenter.
frankpeng7
medium
cloud-communications
resourcePageType

virtualEventPresenterDetails resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents detail information about a virtual event presenter.

Properties

Property Type Description
bio itemBody Bio of the presenter.
company String The presenter's company name.
jobTitle String The presenter's job title.
linkedInProfileWebUrl String The presenter's LinkedIn profile URL.
personalSiteWebUrl String The presenter's personal website URL.
photo Stream The content stream of the presenter's photo.
twitterProfileWebUrl String The presenter's Twitter profile URL.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.virtualEventPresenterDetails",
  "bio": {"@odata.type": "microsoft.graph.itemBody"},
  "company": "String",
  "jobTitle": "String",
  "linkedInProfileWebUrl": "String",
  "personalSiteWebUrl": "String",
  "photo": "Stream",
  "twitterProfileWebUrl": "String"
}