remoteAssistancePartner resource type

Namespace: microsoft.graph

Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.

RemoteAssistPartner resources represent the metadata and status of a given Remote Assistance partner service.

Methods

Method Return Type Description
List remoteAssistancePartners remoteAssistancePartner collection List properties and relationships of the remoteAssistancePartner objects.
Get remoteAssistancePartner remoteAssistancePartner Read properties and relationships of the remoteAssistancePartner object.
Create remoteAssistancePartner remoteAssistancePartner Create a new remoteAssistancePartner object.
Delete remoteAssistancePartner None Deletes a remoteAssistancePartner.
Update remoteAssistancePartner remoteAssistancePartner Update the properties of a remoteAssistancePartner object.
beginOnboarding action None A request to start onboarding. Must be coupled with the appropriate TeamViewer account information
disconnect action None A request to remove the active TeamViewer connector

Properties

Property Type Description
id String Unique identifier of the partner.
displayName String Display name of the partner.
onboardingUrl String URL of the partner's onboarding portal, where an administrator can configure their Remote Assistance service.
onboardingStatus remoteAssistanceOnboardingStatus A friendly description of the current TeamViewer connector status. Possible values are: notOnboarded, onboarding, onboarded.
lastConnectionDateTime DateTimeOffset Timestamp of the last request sent to Intune by the TEM partner.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.remoteAssistancePartner",
  "id": "String (identifier)",
  "displayName": "String",
  "onboardingUrl": "String",
  "onboardingStatus": "String",
  "lastConnectionDateTime": "String (timestamp)"
}