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