remoteAssistanceSettings resource type
Namespace: microsoft.graph
Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
Remote assistance settings for the account
Methods
Method | Return Type | Description |
---|---|---|
Get remoteAssistanceSettings | remoteAssistanceSettings | Read properties and relationships of the remoteAssistanceSettings object. |
Update remoteAssistanceSettings | remoteAssistanceSettings | Update the properties of a remoteAssistanceSettings object. |
Properties
Property | Type | Description |
---|---|---|
id | String | The remote assistance settings identifier |
remoteAssistanceState | remoteAssistanceState | The current state of remote assistance for the account. Possible values are: disabled, enabled. This setting is configurable by the admin. Remote assistance settings that have not yet been configured by the admin have a disabled state. Returned by default. Possible values are: disabled , enabled . |
allowSessionsToUnenrolledDevices | Boolean | Indicates if sessions to unenrolled devices are allowed for the account. This setting is configurable by the admin. Default value is false. |
blockChat | Boolean | Indicates if sessions to block chat function. This setting is configurable by the admin. Default value is false. |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.remoteAssistanceSettings",
"id": "String (identifier)",
"remoteAssistanceState": "String",
"allowSessionsToUnenrolledDevices": true,
"blockChat": true
}