{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.remoteAssistanceOnboardingStatus", "title": "remoteAssistanceOnboardingStatus", "enum": [ "notOnboarded", "onboarding", "onboarded" ], "type": "string", "description": "The current TeamViewer connector status", "x-ms-enum": { "name": "remoteAssistanceOnboardingStatus", "modelAsString": false, "values": [ { "value": "notOnboarded", "description": "The status reported when there is no active TeamViewer connector configured or active", "name": "notOnboarded" }, { "value": "onboarding", "description": "The status reported when the system has initiated a TeamViewer connection, but the service has not yet completed the confirmation of a connector", "name": "onboarding" }, { "value": "onboarded", "description": "The status reported when the system has successfully exchanged account information with TeamViewer and can now initiate remote assistance sessions with clients", "name": "onboarded" } ] } }