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