Microsoft Graph · Schema

microsoft.graph.remoteAssistancePartner

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphremoteassistancepartner-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.remoteAssistancePartner",
  "title": "microsoft.graph.remoteAssistancePartner",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.entity"
    },
    {
      "title": "remoteAssistancePartner",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "displayName": {
          "type": "string",
          "description": "Display name of the partner.",
          "nullable": true
        },
        "lastConnectionDateTime": {
          "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$",
          "type": "string",
          "description": "Timestamp of the last request sent to Intune by the TEM partner.",
          "format": "date-time"
        },
        "onboardingStatus": {
          "$ref": "#/components/schemas/microsoft.graph.remoteAssistanceOnboardingStatus"
        },
        "onboardingUrl": {
          "type": "string",
          "description": "URL of the partner's onboarding portal, where an administrator can configure their Remote Assistance service.",
          "nullable": true
        },
        "@odata.type": {
          "type": "string"
        }
      },
      "description": "RemoteAssistPartner resources represent the metadata and status of a given Remote Assistance partner service."
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.remoteAssistancePartner"
}