Skip to content

Latest commit

 

History

History
46 lines (38 loc) · 1.41 KB

teamjoiningdisabledeventmessagedetail.md

File metadata and controls

46 lines (38 loc) · 1.41 KB
title description author ms.localizationpriority ms.subservice doc_type
teamJoiningDisabledEventMessageDetail resource type
Represents the details of an event message about team joining disabled.
RamjotSingh
medium
teams
resourcePageType

teamJoiningDisabledEventMessageDetail resource type

Namespace: microsoft.graph

Represents the details of an event message about team joining disabled. This message is generated when joining is disabled for a team.

Inherits from eventMessageDetail.

Properties

Property Type Description
initiator identitySet Initiator of the event.
teamId String Unique identifier of the team.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.teamJoiningDisabledEventMessageDetail",
  "teamId": "String",
  "initiator": {
    "@odata.type": "microsoft.graph.identitySet"
  }
}

Related content