| title | onlineMeetingSensitivityLabelAssignment resource type |
|---|---|
| description | Contains information about the sensitivity label applied to the Teams meeting in Microsoft Graph. |
| author | garchiro7 |
| ms.date | 10/08/2025 |
| ms.localizationpriority | medium |
| ms.subservice | cloud-communications |
| doc_type | resourcePageType |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Contains information about the sensitivity label applied to the Teams meeting in Microsoft Graph. This object corresponds to the label that is created and managed by admins in Microsoft Purview and is used to enforce data protection and meeting governance.
For more information, see Teams meetings with protection for sensitive data..
| Property | Type | Description |
|---|---|---|
| sensitivityLabelId | String | Id of the sensitivity label that is applied to the Teams meeting. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.onlineMeetingSensitivityLabelAssignment",
"sensitivityLabelId": "String"
}