Microsoft Graph · Schema

microsoft.graph.iosUpdateDeviceStatus

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphiosupdatedevicestatus-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.iosUpdateDeviceStatus",
  "title": "microsoft.graph.iosUpdateDeviceStatus",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.entity"
    },
    {
      "title": "iosUpdateDeviceStatus",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "complianceGracePeriodExpirationDateTime": {
          "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 DateTime when device compliance grace period expires",
          "format": "date-time"
        },
        "deviceDisplayName": {
          "type": "string",
          "description": "Device name of the DevicePolicyStatus.",
          "nullable": true
        },
        "deviceId": {
          "type": "string",
          "description": "The device id that is being reported.",
          "nullable": true
        },
        "deviceModel": {
          "type": "string",
          "description": "The device model that is being reported",
          "nullable": true
        },
        "installStatus": {
          "$ref": "#/components/schemas/microsoft.graph.iosUpdatesInstallStatus"
        },
        "lastReportedDateTime": {
          "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": "Last modified date time of the policy report.",
          "format": "date-time"
        },
        "osVersion": {
          "type": "string",
          "description": "The device version that is being reported.",
          "nullable": true
        },
        "status": {
          "$ref": "#/components/schemas/microsoft.graph.complianceStatus"
        },
        "userId": {
          "type": "string",
          "description": "The User id that is being reported.",
          "nullable": true
        },
        "userName": {
          "type": "string",
          "description": "The User Name that is being reported",
          "nullable": true
        },
        "userPrincipalName": {
          "type": "string",
          "description": "UserPrincipalName.",
          "nullable": true
        },
        "@odata.type": {
          "type": "string"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.iosUpdateDeviceStatus"
}