You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-12Lines changed: 14 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,19 +7,21 @@ Check out [Baton](https://github.com/conductorone/baton) to learn more the proje
7
7
8
8
# Getting Started
9
9
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
15
16
16
17
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
23
25
24
26
## brew
25
27
@@ -97,4 +99,4 @@ Flags:
97
99
98
100
Use "baton-sql-server [command] --help" for more information about a command.
0 commit comments