From 922e053f84459fa01dd7566a8904af31a3e88d2a Mon Sep 17 00:00:00 2001 From: Matt Shaver <60105315+matthewshaver@users.noreply.github.com> Date: Fri, 10 Jan 2025 11:16:27 -0500 Subject: [PATCH] Adding user license to audit log (#6751) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## What are you changing in this pull request and why? Adding missing events to audit log data ## Checklist - [ ] I have reviewed the [Content style guide](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/content-style-guide.md) so my content adheres to these guidelines. - [ ] The topic I'm writing about is for specific dbt version(s) and I have versioned it according to the [version a whole page](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#adding-a-new-version) and/or [version a block of content](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#versioning-blocks-of-content) guidelines. - [ ] I have added checklist item(s) to this list for anything anything that needs to happen before this PR is merged, such as "needs technical review" or "change base branch." - [ ] The content in this PR requires a dbt release note, so I added one to the [release notes page](https://docs.getdbt.com/docs/dbt-versions/dbt-cloud-release-notes). --- 🚀 Deployment available! Here are the direct links to the updated files: - https://docs-getdbt-com-git-user-license-dbt-labs.vercel.app/docs/cloud/manage-access/audit-log Co-authored-by: Mirna Wong <89008547+mirnawong1@users.noreply.github.com> --- website/docs/docs/cloud/manage-access/audit-log.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/website/docs/docs/cloud/manage-access/audit-log.md b/website/docs/docs/cloud/manage-access/audit-log.md index de52434be06..b3a4b30c7dd 100644 --- a/website/docs/docs/cloud/manage-access/audit-log.md +++ b/website/docs/docs/cloud/manage-access/audit-log.md @@ -102,9 +102,11 @@ The audit log supports various events for different objects in dbt Cloud. You wi | Invite Added | invite.Added | User invitation added and sent to the user | | Invite Redeemed | invite.Redeemed | User redeemed invitation | | User Added to Account | account.UserAdded | New user added to the account | -| User Added to Group | user_group_user.Added | An existing user is added to a group | -| User Removed from Account | account.UserRemoved | User removed from the account -| User Removed from Group | user_group_user.Removed | An existing user is removed from a group | +| User Added to Group | user_group_user.Added | An existing user was added to a group | +| User Removed from Account | account.UserRemoved | User removed from the account | +| User Removed from Group | user_group_user.Removed | An existing user was removed from a group | +| User License Created | user_license.added | A new user license was consumed | +| User License Removed | user_license.removed | A user license was removed from the seat count | | Verification Email Confirmed | user.jit.email.Confirmed | Email verification confirmed by user | | Verification Email Sent | user.jit.email.Sent | Email verification sent to user created via JIT |