Microsoft Graph · Schema

cloudPcAuditActor

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
applicationDisplayName string Name of the application.
applicationId string Microsoft Entra application ID.
ipAddress string IP address.
remoteTenantId string The delegated partner tenant ID.
remoteUserId string The delegated partner user ID.
servicePrincipalName string Service Principal Name (SPN).
userId string Microsoft Entra user ID.
userPermissions array List of user permissions and application permissions when the audit event was performed.
userPrincipalName string User Principal Name (UPN).
userRoleScopeTags array List of role scope tags.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphcloudpcauditactor-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.cloudPcAuditActor",
  "title": "cloudPcAuditActor",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "applicationDisplayName": {
      "type": "string",
      "description": "Name of the application.",
      "nullable": true
    },
    "applicationId": {
      "type": "string",
      "description": "Microsoft Entra application ID.",
      "nullable": true
    },
    "ipAddress": {
      "type": "string",
      "description": "IP address.",
      "nullable": true
    },
    "remoteTenantId": {
      "type": "string",
      "description": "The delegated partner tenant ID.",
      "nullable": true
    },
    "remoteUserId": {
      "type": "string",
      "description": "The delegated partner user ID.",
      "nullable": true
    },
    "servicePrincipalName": {
      "type": "string",
      "description": "Service Principal Name (SPN).",
      "nullable": true
    },
    "userId": {
      "type": "string",
      "description": "Microsoft Entra user ID.",
      "nullable": true
    },
    "userPermissions": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "List of user permissions and application permissions when the audit event was performed."
    },
    "userPrincipalName": {
      "type": "string",
      "description": "User Principal Name (UPN).",
      "nullable": true
    },
    "userRoleScopeTags": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/microsoft.graph.cloudPcUserRoleScopeTagInfo"
      },
      "description": "List of role scope tags."
    },
    "@odata.type": {
      "type": "string"
    }
  }
}