Skip to content

Commit

Permalink
Update documentation with required scopes for querying tables in the …
Browse files Browse the repository at this point in the history
…plugin (#58)
  • Loading branch information
ParthaI authored Oct 30, 2024
1 parent 046383f commit 423aee5
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ connection "zoom" {
# Server-to-Server OAuth app credentials
# Zoom account ID is required for requests. Required.
# Zoom account ID is required for requests. Required.
# This can also be set via the ZOOM_ACCOUNT_ID environment variable.
# account_id = "Xt1aUD4WQ56w7hDhVbtDp"
Expand All @@ -101,6 +101,19 @@ connection "zoom" {
}
```

The following scopes must be enabled for Steampipe to be able to access the Zoom tables:

- user:read:list_users:admin
- user:read:user:admin
- role:read:list_roles:admin
- role:read:list_members:admin
- meeting:read:list_meetings:admin
- group:read:list_groups:admin
- group:read:list_members:admin
- cloud_recording:read:list_user_recordings:admin
- account:read:settings:admin
- account:read:lock_settings:admin

## Configuring Zoom Credentials

### Server-to-Server OAuth Application
Expand Down

0 comments on commit 423aee5

Please sign in to comment.