Microsoft Graph · Schema

microsoft.graph.remoteLockActionResult

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphremotelockactionresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.remoteLockActionResult",
  "title": "microsoft.graph.remoteLockActionResult",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.deviceActionResult"
    },
    {
      "title": "remoteLockActionResult",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "unlockPin": {
          "type": "string",
          "description": "Pin to unlock the client",
          "nullable": true
        },
        "@odata.type": {
          "type": "string"
        }
      },
      "description": "Lock action result with a pin to unlock"
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.remoteLockActionResult"
}