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

announce audit trail doc page + JA mods #759

Merged
merged 1 commit into from
Nov 15, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion docs/portal/audit-trail.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Link from '@docusaurus/Link';

# Audit Trail

In the UID2 Portal, users who have the Admin role (see [User Roles](team-members.md#user-roles)) can access the **Audit Trail** page to view a detailed log of all past actions performed by or on behalf of the current <Link href="../ref-info/glossary-uid#gl-sharing-participant">sharing participant</Link>.
In the UID2 Portal, users who have the Admin role (see [User Roles](team-members.md#user-roles)) can access the **Audit Trail** page to view a detailed log of all past actions performed by or on behalf of the current <Link href="../ref-info/glossary-uid#gl-sharing-participant">participant</Link>.

The Audit Trail log displays the types of information summarized in the following table.

Expand Down
10 changes: 10 additions & 0 deletions docs/ref-info/updates-doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@ import Link from '@docusaurus/Link';

Check out the latest updates to our UID2 documentation resources.

### New: UID2 Portal Audit Trail Page

November 15, 2024

The UID2 Portal documentation now includes a new page, [Audit Trail](../portal/audit-trail.md).

The **Audit Trail** page in the UID2 Portal allows users who have the Admin role (see [User Roles](../portal/team-members.md#user-roles)) to view a detailed log of all past actions performed by or on behalf of the current <Link href="../ref-info/glossary-uid#gl-sharing-participant">participant</Link>.

<!-- APIDOCS-2700 -->

### New: LiveRamp Integration Tips

November 14, 2024
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
title: Audit Trail
description: View a detailed log of past actions performed on the UID2 Portal.
hide_table_of_contents: false
sidebar_position: 09
---

import Link from '@docusaurus/Link';

# Audit Trail

In the UID2 Portal, users who have the Admin role (see [User Roles](team-members.md#user-roles)) can access the **Audit Trail** page to view a detailed log of all past actions performed by or on behalf of the current <Link href="../ref-info/glossary-uid#gl-sharing-participant">participant</Link>.

The Audit Trail log displays the types of information summarized in the following table.

| Column | Details |
| :--- | :--- |
| Date | Date/time that the action occurred. |
| User | The user who performed the action. |
| Event | The action performed. For a summary of possible values, see [Audit Trail Event Types](#audit-trail-event-types). |
| Event Data | Details about the action. |
| Succeeded | Indicates whether or not the action was successful. |

## Audit Trail Event Types

The audit trail log reports the following types of activity, listed in the Event column:

- Approve Account
- Manage API Key
- Manage Key Pair
- Manage Participant
- Manage Team Members
- Update App Names
- Update Domain Names
- Update Sharing Permissions
- Update Sharing Types
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,17 @@ Team Members ページにアクセスするには、UID2 Portal ユーザーイ

例については [UID2 Portal Structure](portal-overview.md#uid2-portal-structure) を参照してください。

## User Roles

Each team member has one of the roles shown in the following table.

| Role | Actions |
| :--- | :--- |
| Admin | Users with the Admin role can perform all activities related to UID2 participation, as summarized in the [UID2 Portal Overview](portal-overview.md), for the current participant organization. |
| Operations | Users with the Operations role can perform most of the same actions as Admin users. However, there are some limitations:<ul><li>They cannot add, modify, or remove team members. Instead, they have read-only access to the [Team Members](team-members.md) page.</li><li>They cannot view the [Audit Trail](audit-trail.md) page.</li></ul> |

User roles can only be modified by users with the Admin role. For details, see [Edit Information for a Team Member](#edit-information-for-a-team-member).

## Team Member Rights and Responsibilities

各 **Team Member** はアカウントの管理者となり、以下のようなチームやアカウントの管理に関する設定を行うことができます:
Expand Down