Skip to content

Commit

Permalink
Merge branch 'update-event-time' of github.com:dbt-labs/docs.getdbt.c…
Browse files Browse the repository at this point in the history
…om into update-event-time
  • Loading branch information
mirnawong1 committed Jan 10, 2025
2 parents be80d15 + d9ed3bf commit 5e93cb1
Showing 1 changed file with 5 additions and 3 deletions.
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

0 comments on commit 5e93cb1

Please sign in to comment.