Skip to content

Commit 3008417

Browse files
authored
Merge pull request #506 from MicrosoftDocs/lindalu-fix-table
Fix build and linter errors
2 parents d0d1d5b + 62705e2 commit 3008417

1 file changed

Lines changed: 14 additions & 21 deletions

File tree

office-365-management-api/office-365-management-activity-api-schema.md

Lines changed: 14 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,6 @@ This article provides details on the Common schema as well as service-specific s
247247
|275|OWAAuth|Access Token for Resource issued successfully events.|
248248
|277|SharePointESignature|SharePoint eSignature audit events.|
249249
|278|Dynamics365BusinessCentral|Audit events for Dynamics 365 Business Central.|
250-
251250
|279|MeshWorlds|Audit events for Mesh.|
252251
|280|VivaPulseResponse|Viva Pulse survey response events.|
253252
|281|VivaPulseOrganizer|Viva Pulse survey organizer events.|
@@ -273,13 +272,12 @@ This article provides details on the Common schema as well as service-specific s
273272
|361|DataScanClassification| Events from Purview On-Demand classification for SharePoint and OneDrive for business.|
274273
|363|Microsoft365CopilotScheduledPrompt| Events from Microsoft 365 Copilot scheduled prompt.|
275274
|364|PlacesDirectory| Events from Microsoft Places Directory.|
276-
|365|SentinelNotebookOnLake | Events from notebook execution on Sentinel Data Lake.|
275+
|365|SentinelNotebookOnLake | Events from notebook execution on Sentinel Data Lake.|
277276
|366|SentinelJob | Events from operations on jobs in Sentinel Data Lake.|
278277
|367|SentinelKQLOnLake | Events from running KQL on Sentinel Data Lake.|
279-
|368|SentinelLakeOnboarding | Events from onboarding to Sentinel Data Lake.|
278+
|368|SentinelLakeOnboarding | Events from onboarding to Sentinel Data Lake.|
280279
|369|SentinelLakeDataOnboarding | Data loading events into Sentinel Data Lake.|
281280

282-
283281
### Enum: User Type - Type: Edm.Int32
284282

285283
#### User Type
@@ -888,15 +886,14 @@ DLP (Data Loss Prevention) events will always have UserKey="DlpAgent" in the com
888886
|:-----|:-----|:-----|:-----|
889887
|SharePointMetaData|Self.[SharePointMetadata](#sharepointmetadata-complex-type)|No|Describes metadata about the document in SharePoint or OneDrive for Business that contained the sensitive information.|
890888
|ExchangeMetaData|Self.[ExchangeMetadata](#exchangemetadata-complex-type)|No|Describes metadata about the email message that contained the sensitive information.|
891-
|EndpointMetaData|Self.[EndpointMetadata](#endpointmetadata-complex-type)|No|Describes metadata about the document in endpoint that contained the sensitive information|
889+
|EndpointMetaData|Self.[EndpointMetadata](#endpointmetadata-complex-type)|No|Describes metadata about the document in endpoint that contained the sensitive information|
892890
|ExceptionInfo|Edm.String|No|Identifies reasons why a policy no longer applies and/or any information about false positive and/or override noted by the end user.|
893891
|PolicyDetails|Collection(Self.[PolicyDetails](#policydetails-complex-type))|Yes|Information about 1 or more policies that triggered the DLP event.|
894892
|SensitiveInfoDetectionIsIncluded|Boolean|Yes|Indicates whether the event contains the value of the sensitive data type and surrounding context from the source content. Accessing sensitive data requires the "Read DLP policy events including sensitive details" permission in Azure Active Directory.|
895893

896894
### eDiscovery schema
897895

898-
The eDiscovery audit schema is designed to capture and log activities related to eDiscovery processes within the organization.
899-
896+
The eDiscovery audit schema is designed to capture and log activities related to eDiscovery processes within the organization.
900897

901898
|**Parameters**|**Type**|**Mandatory**|**Description**|
902899
|:-----|:-----|:-----|:-----|
@@ -923,7 +920,6 @@ The eDiscovery audit schema is designed to capture and log activities related to
923920
|JobId|Edm.String|No|The GUID of the eDiscovery process.|
924921
|RecordNumber|Edm.String|No|Used when an audit record is divided into multiple parts due to size. It indicates the sequence of each part within the total splits.|
925922

926-
927923
### SharePointMetadata complex type
928924

929925
|**Parameters**|**Type**|**Mandatory?**|**Description**|
@@ -1258,7 +1254,7 @@ The Yammer events listed in [Search the audit log in the Security & Compliance C
12581254
|Phish Confidence Level |Edm.String|No|Indicates the confidence level associated with Phish verdict. It can be Normal or High.|
12591255

12601256
> [!NOTE]
1261-
> We recommend that you use the new ThreatsAndDetectionTech field because it shows multiple verdicts and the updated detection technologies. This field also aligns with the values you would see within other experiences like Threat Explorer and Advanced Hunting.
1257+
> We recommend that you use the new ThreatsAndDetectionTech field because it shows multiple verdicts and the updated detection technologies. This field also aligns with the values you would see within other experiences like Threat Explorer and Advanced Hunting.
12621258
12631259
### Detection technologies
12641260

@@ -1399,7 +1395,7 @@ The Yammer events listed in [Search the audit log in the Security & Compliance C
13991395
|**Parameters**|**Type**|**Mandatory?**|**Description**|
14001396
|:-----|:-----|:-----|:-----|
14011397
|FileData|Self.[FileData](#filedata)|Yes|Data about the file that triggered the event.|
1402-
|SourceWorkload|Self.[SourceWorkload](#sourceworkload)|Yes|Workload or service where the file was found (for example, SharePoint Online, OneDrive for Business, or Microsoft Teams)
1398+
|SourceWorkload|Self.[SourceWorkload](#sourceworkload)|Yes|Workload or service where the file was found (for example, SharePoint Online, OneDrive for Business, or Microsoft Teams)|
14031399
|DetectionMethod|Edm.String|Yes|The method or technology used by Microsoft Defender for Office 365 for the detection.|
14041400
|LastModifiedDate|Edm.Date|Yes|The date and time in Coordinated Universal Time (UTC) when the file was created or last modified.|
14051401
|LastModifiedBy|Edm.String|Yes|Identifier (for example, an email address) for the user who created or last modified the file.|
@@ -1563,7 +1559,7 @@ Currently, only automated investigation are logged. (Events for manually generat
15631559
|----|----|----|
15641560
|InvestigationId |Edm.String |Investigation ID/GUID. |
15651561
|InvestigationName |Edm.String |Name of the investigation. |
1566-
|InvestigationType |Edm.String |Type of the investigation. Can take one of the following values:<br/>- User-Reported Messages<br/>- Zapped Malware<br/>- Zapped Phish<br/>- Url Verdict Change<p>(Manual investigations are currently not available and are coming soon.) |
1562+
|InvestigationType |Edm.String |Type of the investigation. Can take one of the following values:<br/>- User-Reported Messages<br/>- Zapped Malware<br/>- Zapped Phish<br/>- Url Verdict Change<br/>(Manual investigations are currently not available and are coming soon.) |
15671563
|LastUpdateTimeUtc |Edm.Date |UTC time of the last update for an investigation. |
15681564
|StartTimeUtc |Edm.Date |Start time for an investigation. |
15691565
|Status |Edm.String |State of investigation, Running, Pending Actions, etc. |
@@ -2149,7 +2145,7 @@ The following table contain information related to AIP heartbeat events.
21492145
| TemplateId | TemplateID parameter to get a specific template. The Get-AipServiceTemplate cmdlet gets all existing or selected protection templates from Azure Information Protection. |
21502146
| UserId | The UPN of the user who performed the action (specified in the Operation property) that resulted in the record being logged; for example, my_name@my_domain_name. Note that records for activity performed by system accounts (such as SHAREPOINT\system or NT AUTHORITY\SYSTEM) are also included. In SharePoint, another value display in the UserId property is app@sharepoint. This indicates that the "user" who performed the activity was an application that has the necessary permissions in SharePoint to perform organization-wide actions (such as search a SharePoint site or OneDrive account) on behalf of a user, admin, or service. For more information, see the app@sharepoint user in audit records. |
21512147
|UserType | The type of user that performed the operation. See the UserType table for details on the types of users.</br>0 = Regular</br>1 = Reserved</br>2 = Admin </br>3 = DcAdmin</br>4 = Systeml</br>5 = Application</br>6 = ServicePrincipal</br>7 = CustomPolicy</br>8 = SystemPolicy|
2152-
|UserKey | An alternative ID for the user identified in the UserId property. This property is populated with the passport unique ID (PUID) for events performed by users in SharePoint, OneDrive for Business, and Exchange.|
2148+
|UserKey | An alternative ID for the user identified in the UserId property. This property is populated with the passport unique ID (PUID) for events performed by users in SharePoint, OneDrive for Business, and Exchange.|
21532149

21542150
### MicrosoftGraphDataConnectConsent complex type
21552151

@@ -2434,11 +2430,11 @@ Values taken by SettingsChange properties in Details for different operations ar
24342430
|All Operations |OriginalValue | Original value for new setting.|
24352431

24362432
> [!NOTE]
2433+
>
24372434
> 1. For role changes the name will be the role type.
2438-
2. The audit record will reflect the change in event, such as user is assigned a role or revoked role.
2439-
3. The original and new value will have the emails of the user for which the role has changed.
2440-
4. In case there is no change in the role, that role type will not be present in the audit record.
2441-
2435+
> 2. The audit record will reflect the change in event, such as user is assigned a role or revoked role.
2436+
> 3. The original and new value will have the emails of the user for which the role has changed.
2437+
> 4. In case there is no change in the role, that role type will not be present in the audit record.
24422438
24432439
## Backup Policy schema
24442440

@@ -2694,7 +2690,7 @@ The audit records for events related to Microsoft Edge WebContentFiltering use t
26942690
|DomainURL|Edm.String|Yes|The domain URL that was browsed.|
26952691
|Category|Edm.String|Yes|Category of browsed URL.|
26962692

2697-
## Microsoft 365 Copilot scheduled prompt schema
2693+
## Microsoft 365 Copilot scheduled prompt schema
26982694

26992695
Copilot scheduled prompts allow users to automate Copilot prompts, so they run on a defined schedule in Microsoft 365 Copilot Chat. The audit records for events related to Copilot scheduled prompts use this schema (in addition to the [Common schema](#common-schema)). For details on how you can search for the audit logs from the compliance portal, see [Audit log activities](/microsoft-365/compliance/audit-log-activities).
27002696

@@ -2715,13 +2711,12 @@ The audit records for events related to Places Directory operations use this sch
27152711
|Parameters|Collection(Common.NameValuePair)|No|The name and value for all parameters that were used with the cmdlet that is identified in the Operations property.|
27162712
|ModifiedProperties|Collection(Common.ModifiedProperty)|No|The property includes the name of the property that was modified, the new value of the modified property, and the previous value of the modified object.|
27172713

2718-
27192714
## Microsoft Sentinel data lake schema
27202715

27212716
The audit records for events related to Microsoft Sentinel data lake operations use this schema (in addition to the [Common schema](#common-schema)). For details on how you can search for the audit logs from the compliance portal, see [Audit log activities](/microsoft-365/compliance/audit-log-activities).
27222717

27232718
### SentinelNotebookOnLake
2724-
2719+
27252720
| **Parameter** | **Type** | **Mandatory?** | **Description** |
27262721
|--------------------------|-------------|:--------------:|------------------------------------------------------------------------|
27272722
| EventTime | Edm.Date | Yes | Timestamp when the Spark Notebook execution was submitted/started. |
@@ -2839,8 +2834,6 @@ The DataScanClassification audit schema is designed to capture and log activitie
28392834
|4|File matched some classifiers before the scan. One or more classifiers no longer match|
28402835
|5|File matched some classifiers before the scan. New classifier or change in existing classifier count or confidence level after the scan. |
28412836

2842-
2843-
28442837
#### Enum: ClassificationResult - Type: Edm.Int32
28452838

28462839
|**Value**|**Description**|

0 commit comments

Comments
 (0)