Microsoft Graph · Schema

cloudPcAuditResource

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
displayName string The display name of the modified resource entity.
modifiedProperties array The list of modified properties.
resourceId string The unique identifier of the modified resource entity.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphcloudpcauditresource-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.cloudPcAuditResource",
  "title": "cloudPcAuditResource",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "displayName": {
      "type": "string",
      "description": "The display name of the modified resource entity.",
      "nullable": true
    },
    "modifiedProperties": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/microsoft.graph.cloudPcAuditProperty"
      },
      "description": "The list of modified properties."
    },
    "resourceId": {
      "type": "string",
      "description": "The unique identifier of the modified resource entity."
    },
    "@odata.type": {
      "type": "string"
    }
  }
}