teamworkFeaturesConfiguration 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 Microsoft Teams client configuration details for a Teams-enabled device.
Properties
Property | Type | Description |
---|---|---|
emailToSendLogsAndFeedback | String | Email address to send logs and feedback. |
isAutoScreenShareEnabled | Boolean | True if auto screen shared is enabled. |
isBluetoothBeaconingEnabled | Boolean | True if Bluetooth beaconing is enabled. |
isHideMeetingNamesEnabled | Boolean | True if hiding meeting names is enabled. |
isSendLogsAndFeedbackEnabled | Boolean | True if sending logs and feedback is enabled. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.teamworkFeaturesConfiguration",
"emailToSendLogsAndFeedback": "String",
"isAutoScreenShareEnabled": "Boolean",
"isBluetoothBeaconingEnabled": "Boolean",
"isHideMeetingNamesEnabled": "Boolean",
"isSendLogsAndFeedbackEnabled": "Boolean"
}