Skip to content

Commit

Permalink
Adding more values
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewshaver committed Nov 6, 2024
1 parent 0683c40 commit 91b12e1
Showing 1 changed file with 37 additions and 4 deletions.
41 changes: 37 additions & 4 deletions website/docs/docs/cloud/manage-access/audit-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ The audit log supports various events for different objects in dbt Cloud. You wi
| Auth Provider Changed | auth_provider.Changed | Authentication provider settings changed |
| Credential Login Succeeded | auth.CredentialsLoginSucceeded | User successfully logged in with username and password |
| SSO Login Failed | auth.SsoLoginFailed | User login via SSO failed |
| SSO Login Succeeded | auth.SsoLoginSucceeded | User successfully logged in via SSO
| SSO Login Succeeded | auth.SsoLoginSucceeded | User successfully logged in via SSO |

### Environment

Expand Down Expand Up @@ -160,9 +160,42 @@ The audit log supports various events for different objects in dbt Cloud. You wi

| Event Name | Event Type | Description |
| -------------------------------- | ----------------------------- | -----------------------|
| GitLab Repository Added | repository.gitlab.Added | GitLab repository configuration added |
| GitLab Repository Changed | repository.gitlab.Changed | GitLab repository configuration changed |
| GitLab Repository Removed | repository.gitlab.Removed | GitLab repository configuration deleted |
| GitLab Application Changed | gitlab_application.changed | GitLab configuration in dbt Cloud changed |

### Webhooks

| Event Name | Event Type | Description |
| -------------------------------- | ----------------------------- | -----------------------|
| Webhook Subscriptions Added | webhook_subscription.added | New webhook configured in settings |
| Webhook Subscriptions Changed | webhook_subscription.changed | Existing webhook configuration altered |
| Webhook Subscriptions Removed | webhook_subscription.removed | Existing webhook deleted |


### Semantic Layer

Check warning on line 174 in website/docs/docs/cloud/manage-access/audit-log.md

View workflow job for this annotation

GitHub Actions / vale

[vale] website/docs/docs/cloud/manage-access/audit-log.md#L174

[custom.SentenceCaseHeaders] 'Semantic Layer' should use sentence-style capitalization. Try '' instead.
Raw output
{"message": "[custom.SentenceCaseHeaders] 'Semantic Layer' should use sentence-style capitalization. Try '' instead.", "location": {"path": "website/docs/docs/cloud/manage-access/audit-log.md", "range": {"start": {"line": 174, "column": 5}}}, "severity": "WARNING"}

| Event Name | Event Type | Description |
| -------------------------------- | ----------------------------- | -----------------------|
| Semantic Layer Config Added | semantic_layer_config.added | A Semantic Layer config was added |
| Semantic Layer Config Changed | semantic_layer_config.changed | A Semantic Layer config (not related to credentials) was changed |
| Semantic Layer Config Removed | semantic_layer_config.removed | A Semantic Layer config was removed |
| Semantic Layer Credentials Added | semantic_layer_credentials.added | Semantic Layer credentials added |
| Semantic Layer Credentials Changed| semantic_layer_credentials.changed | Semantic Layer credentials changed. Does not trigger semantic_layer_config.changed|
| Semantic Layer Credentials Removed| semantic_layer_credentials.removed | A Semantic Layer credentials were removed |

### Extended attributes

| Event Name | Event Type | Description |
| -------------------------------- | ----------------------------- | -----------------------|
| Extended Attribute Added | extended_attributes.added | Extended attribute added to a project |
| Extended Attribute Changed | extended_attributes.changed | Extended attribute changed or removed |


### Account-scoped personal access token

| Event Name | Event Type | Description |
| -------------------------------- | ----------------------------- | -----------------------|
| Account Scoped Personal Access Token Created | account_scoped_pat.created | An account-scoped PAT was created |
| Account Scoped Personal Access Token Deleted | account_scoped_pat.deleted | An account-scoped PAT was deleted |


## Searching the audit log
Expand Down

0 comments on commit 91b12e1

Please sign in to comment.