@@ -37,6 +37,7 @@ GitOps is an API-only and write-only role that can be used on CI/CD pipelines.
37
37
| ------------------------------------------------------------------------------------------------------------------------------------------ | -------- | ---------- | ---------- | ----- | ------- |
38
38
| View all [ activity] ( https://fleetdm.com/docs/using-fleet/rest-api#activities ) | ✅ | ✅ | ✅ | ✅ | |
39
39
| View all hosts | ✅ | ✅ | ✅ | ✅ | |
40
+ | View a host by identifier | ✅ | ✅ | ✅ | ✅ | ✅ |
40
41
| Filter hosts using [ labels] ( https://fleetdm.com/docs/using-fleet/rest-api#labels ) | ✅ | ✅ | ✅ | ✅ | |
41
42
| Target hosts using labels | ✅ | ✅ | ✅ | ✅ | |
42
43
| Add and delete hosts | | | ✅ | ✅ | |
@@ -83,6 +84,7 @@ GitOps is an API-only and write-only role that can be used on CI/CD pipelines.
83
84
| View results of MDM commands executed on macOS and Windows hosts\* * | ✅ | ✅ | ✅ | ✅ | |
84
85
| Edit [ MDM settings] ( https://fleetdm.com/docs/using-fleet/mdm-macos-settings ) | | | | ✅ | ✅ |
85
86
| Edit [ MDM settings for teams] ( https://fleetdm.com/docs/using-fleet/mdm-macos-settings ) | | | | ✅ | ✅ |
87
+ | View all [ MDM settings] ( https://fleetdm.com/docs/using-fleet/mdm-macos-settings ) | | | | ✅ | ✅ |
86
88
| Upload an EULA file for MDM automatic enrollment\* | | | | ✅ | |
87
89
| View/download MDM macOS setup assistant\* | | | ✅ | ✅ | |
88
90
| Edit/upload MDM macOS setup assistant\* | | | ✅ | ✅ | ✅ |
@@ -119,6 +121,7 @@ Users with access to multiple teams can be assigned different roles for each tea
119
121
| ** Action** | Team observer | Team observer+ | Team maintainer | Team admin | Team GitOps |
120
122
| -------------------------------------------------------------------------------------------------------------------------------- | ------------- | -------------- | --------------- | ---------- | ----------- |
121
123
| View hosts | ✅ | ✅ | ✅ | ✅ | |
124
+ | View a host by identifier | ✅ | ✅ | ✅ | ✅ | ✅ |
122
125
| Filter hosts using [ labels] ( https://fleetdm.com/docs/using-fleet/rest-api#labels ) | ✅ | ✅ | ✅ | ✅ | |
123
126
| Target hosts using labels | ✅ | ✅ | ✅ | ✅ | |
124
127
| Add and delete hosts | | | ✅ | ✅ | |
0 commit comments