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

Adding user license to audit log #6751

Merged
merged 3 commits into from
Jan 10, 2025
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
8 changes: 5 additions & 3 deletions website/docs/docs/cloud/manage-access/audit-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand Down
Loading