Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update logging-powerapps.md #2376

Merged
merged 3 commits into from
Jan 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 21 additions & 1 deletion power-platform/admin/logging-powerapps.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,26 @@ Logging takes place at the SDK layer which means a single action can trigger mul
|Deleted app |When the app is deleted |
|Marked app as Hero |Every time the app is marked as Hero |
|Deleted app permission |Every time a user's permissions to the app is removed |
|Removed app as Hero |Every time the app is unset as Hero |
|Removed app as Featured |Every time the app is unset as Featured |
|Patched app |Every time the app is patched|
|Deleted app version |The version of the app when deleted|
|Consented to the app's APIs | When the current user has consented to the application's APIs|
|Imported new canvas app |Every time new canvas app is imported |
|Imported existing canvas app |Every time existing canvas app is imported |
|Published solution canvas app version |When canvas app version from solution is published |
|Added DataLossPreventionEvaluationResult | When DLP evaluation occurs for the App |
|Admin restored deleted app |When the deleted app is restored by the admin|
|Admin set desired logical name |When the desired logical name of the app is set by the admin|
|Admin modified app owner |When the app owner is modified by the admin |
|Admin modified app permissions |When the app permissions is modified by admin |
|Admin deleted app |When the app is deleted by the admin |
|Admin set quarantine state |When the quarantine state of the app is set by the admin|
|Admin set conditional access |When the conditional access of the app is set by the admin|
|Admin set bypass consent state |When the bypass consent state of the app is set by the admin|
|Admin set app as featured |Every time the app is marked as Featured by the admin |
|Admin allowed third party apps | When third party apps were allowed by the admin |


## Base schema
Schemas define which Power Apps fields are sent to the Microsoft Purview compliance portal. Some fields are common to all applications that send audit data to Microsoft Purview, while others are specific to Power Apps. The Base schema contains the common fields.
Expand Down Expand Up @@ -75,4 +95,4 @@ To use the preconfigured Power Apps reports, go to https://protection.office.com
[Office 365 Management APIs overview](/office/office-365-management-api/office-365-management-apis-overview)<br/>
[Permissions in the Security & Compliance Center](/office365/securitycompliance/permissions-in-the-security-and-compliance-center)

[!INCLUDE[footer-include](../includes/footer-banner.md)]
[!INCLUDE[footer-include](../includes/footer-banner.md)]
Loading