virtualEventPresenterDetails 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.
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"
}