Microsoft Graph · Schema

cloudPcAuditProperty

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
displayName string The display name for this property.
newValue string The new value for this property.
oldValue string The old value for this property.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphcloudpcauditproperty-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.cloudPcAuditProperty",
  "title": "cloudPcAuditProperty",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "displayName": {
      "type": "string",
      "description": "The display name for this property."
    },
    "newValue": {
      "type": "string",
      "description": "The new value for this property."
    },
    "oldValue": {
      "type": "string",
      "description": "The old value for this property.",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}