Microsoft Graph · Schema

microsoft.graph.printConnector

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphprintconnector-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.printConnector",
  "title": "microsoft.graph.printConnector",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.entity"
    },
    {
      "title": "printConnector",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "appVersion": {
          "type": "string",
          "description": "The connector's version."
        },
        "displayName": {
          "type": "string",
          "description": "The name of the connector."
        },
        "fullyQualifiedDomainName": {
          "type": "string",
          "description": "The connector machine's hostname."
        },
        "location": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.printerLocation"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "The physical and/or organizational location of the connector."
        },
        "operatingSystem": {
          "type": "string",
          "description": "The connector machine's operating system version."
        },
        "registeredDateTime": {
          "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": "The DateTimeOffset when the connector was registered.",
          "format": "date-time"
        },
        "@odata.type": {
          "type": "string"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.printConnector"
}