Microsoft Graph · Schema

microsoft.graph.cloudPcAuditEvent

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphcloudpcauditevent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.cloudPcAuditEvent",
  "title": "microsoft.graph.cloudPcAuditEvent",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.entity"
    },
    {
      "title": "cloudPcAuditEvent",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "activity": {
          "type": "string",
          "description": "The friendly name of the audit activity.",
          "nullable": true
        },
        "activityDateTime": {
          "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 date time in UTC when the activity was performed.\u202fRead-only.",
          "format": "date-time"
        },
        "activityOperationType": {
          "$ref": "#/components/schemas/microsoft.graph.cloudPcAuditActivityOperationType"
        },
        "activityResult": {
          "$ref": "#/components/schemas/microsoft.graph.cloudPcAuditActivityResult"
        },
        "activityType": {
          "type": "string",
          "description": "The type of activity that was performed.\u202fRead-only."
        },
        "actor": {
          "$ref": "#/components/schemas/microsoft.graph.cloudPcAuditActor"
        },
        "category": {
          "$ref": "#/components/schemas/microsoft.graph.cloudPcAuditCategory"
        },
        "componentName": {
          "type": "string",
          "description": "The component name for the audit event. Read-only."
        },
        "correlationId": {
          "type": "string",
          "description": "The client request ID that is used to correlate activity within the system.\u202fRead-only."
        },
        "displayName": {
          "type": "string",
          "description": "The display name for the audit event. Read-only."
        },
        "resources": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.cloudPcAuditResource"
          },
          "description": "The list of cloudPcAuditResource objects.\u202fRead-only."
        },
        "@odata.type": {
          "type": "string"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.cloudPcAuditEvent"
}