Not
Bu sayfaya erişim yetkilendirme gerektiriyor. Oturum açmayı veya dizinleri değiştirmeyi deneyebilirsiniz.
Bu sayfaya erişim yetkilendirme gerektiriyor. Dizinleri değiştirmeyi deneyebilirsiniz.
Namespace: microsoft.graph
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.
Properties
| Property | Type | Description |
|---|---|---|
| sensitivityLabelId | String | The ID of the sensitivity label that is applied to the Teams meeting. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.onlineMeetingSensitivityLabelAssignment",
"sensitivityLabelId": "String"
}