gebeurtenis
19 nov, 23 - 21 nov, 23
Neem deel aan onlinesessies bij Microsoft Ignite die zijn gemaakt om uw vaardigheden uit te breiden en u te helpen de complexe problemen van vandaag aan te pakken.
Nu registrerenDeze browser wordt niet meer ondersteund.
Upgrade naar Microsoft Edge om te profiteren van de nieuwste functies, beveiligingsupdates en technische ondersteuning.
Namespace: microsoft.graph
Belangrijk
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 information for a team with which a channel is shared. A team can be shared multiple channels.
Inherits from teamInfo.
Method | Return type | Description |
---|---|---|
List teams sharing a channel | sharedWithChannelTeamInfo collection | Get a list of the sharedWithChannelTeamInfo objects and their properties. |
Get team sharing a channel | sharedWithChannelTeamInfo | Read the properties and relationships of a sharedWithChannelTeamInfo object. |
Unshare channel with teamchannels | None | Delete a sharedWithChannelTeamInfo object. |
List allowed members | conversationMember collection | Get the list of team members who have access to the shared channel. |
Property | Type | Description |
---|---|---|
displayName | String | The name of the team. Inherited from teamInfo. |
id | String | The unique identifier for the team. Read-only. |
isHostTeam | Boolean | Indicates whether the team is the host of the channel. |
tenantId | String | The ID of the Microsoft Entra tenant. Inherited from teamInfo. |
Relationship | Type | Description |
---|---|---|
allowedMembers | conversationMember collection | A collection of team members who have access to the shared channel. |
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.sharedWithChannelTeamInfo",
"displayName": "String",
"id": "String (identifier)",
"isHostTeam": "Boolean",
"tenantId": "String"
}
gebeurtenis
19 nov, 23 - 21 nov, 23
Neem deel aan onlinesessies bij Microsoft Ignite die zijn gemaakt om uw vaardigheden uit te breiden en u te helpen de complexe problemen van vandaag aan te pakken.
Nu registreren