Skip to content

Latest commit

 

History

History
58 lines (46 loc) · 1.67 KB

File metadata and controls

58 lines (46 loc) · 1.67 KB
title channelSharingUpdatedEventMessageDetail resource type
description Represents the details of an event message about a shared channel.
author AgnesLiu
ms.localizationpriority medium
ms.subservice teams
doc_type resourcePageType
ms.date 03/06/2024

channelSharingUpdatedEventMessageDetail resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents the details of an event message about sharing a channel. This message is generated when a channel with a membershipType of shared is shared.

Inherits from eventMessageDetail.

Properties

Property Type Description
initiator identitySet Initiator of the event.
ownerTeamId String The ID of the team to which the shared channel belongs.
ownerTenantId String The ID of the tenant to which the shared channel belongs.
sharedChannelId String The ID of the shared channel.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.channelSharingUpdatedEventMessageDetail",
  "initiator": {
    "@odata.type": "microsoft.graph.identitySet"
  },
  "ownerTeamId": "String",
  "ownerTenantId": "String",
  "sharedChannelId": "String"
}

Related content