Skip to content

Commit dad2a2e

Browse files
authored
Update README.md
Fix formatting.
1 parent bd005b8 commit dad2a2e

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

README.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,21 @@ Check out [Baton](https://github.com/conductorone/baton) to learn more the proje
77

88
# Getting Started
99
This connector requires that you connect to your SQL Server instance with a user with the proper access to read the system tables. The following permissions are required:
10-
- `VIEW ANY DEFINITION` on the server
11-
- `VIEW ANY DATABASE` on the server
12-
- `VIEW ANY DEFINITION` on each database
13-
- `VIEW SERVER STATE` on the server
14-
- `VIEW DATABASE STATE` on each database
10+
11+
- `VIEW ANY DEFINITION` on the server
12+
- `VIEW ANY DATABASE` on the server
13+
- `VIEW ANY DEFINITION` on each database
14+
- `VIEW SERVER STATE` on the server
15+
- `VIEW DATABASE STATE` on each database
1516

1617
The following tables are read while syncing data with this connector:
17-
- `sys.server_principals`
18-
- `sys.databases`
19-
- `sys.server_permissions`
20-
- `sys.server_role_members`
21-
- `sys.database_principals` on each database
22-
- `sys.database_role_members` on each database
18+
19+
- `sys.server_principals`
20+
- `sys.databases`
21+
- `sys.server_permissions`
22+
- `sys.server_role_members`
23+
- `sys.database_principals` on each database
24+
- `sys.database_role_members` on each database
2325

2426
## brew
2527

@@ -97,4 +99,4 @@ Flags:
9799
98100
Use "baton-sql-server [command] --help" for more information about a command.
99101
100-
```
102+
```

0 commit comments

Comments
 (0)