Microsoft Graph · Schema

microsoft.graph.deleteUserFromSharedAppleDeviceActionResult

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphdeleteuserfromsharedappledeviceactionresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.deleteUserFromSharedAppleDeviceActionResult",
  "title": "microsoft.graph.deleteUserFromSharedAppleDeviceActionResult",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.deviceActionResult"
    },
    {
      "title": "deleteUserFromSharedAppleDeviceActionResult",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "userPrincipalName": {
          "type": "string",
          "description": "User principal name of the user to be deleted",
          "nullable": true
        },
        "@odata.type": {
          "type": "string"
        }
      },
      "description": "Delete user from shared apple device action result"
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.deleteUserFromSharedAppleDeviceActionResult"
}