|
50 | 50 | } |
51 | 51 | ] |
52 | 52 | }, |
53 | | - "enterprise_administration": { |
54 | | - "title": "Enterprise administration", |
55 | | - "displayTitle": "Business permissions for \"Enterprise administration\"", |
56 | | - "permissions": [ |
57 | | - { |
58 | | - "category": "enterprise-admin", |
59 | | - "slug": "get-github-enterprise-server-statistics", |
60 | | - "subcategory": "admin-stats", |
61 | | - "verb": "get", |
62 | | - "requestPath": "/enterprise-installation/{enterprise_or_org}/server-statistics", |
63 | | - "additional-permissions": true, |
64 | | - "access": "read" |
65 | | - }, |
66 | | - { |
67 | | - "category": "actions", |
68 | | - "slug": "get-github-actions-cache-usage-for-an-enterprise", |
69 | | - "subcategory": "cache", |
70 | | - "verb": "get", |
71 | | - "requestPath": "/enterprises/{enterprise}/actions/cache/usage", |
72 | | - "additional-permissions": false, |
73 | | - "access": "write" |
74 | | - }, |
75 | | - { |
76 | | - "category": "actions", |
77 | | - "slug": "set-the-github-actions-oidc-custom-issuer-policy-for-an-enterprise", |
78 | | - "subcategory": "oidc", |
79 | | - "verb": "put", |
80 | | - "requestPath": "/enterprises/{enterprise}/actions/oidc/customization/issuer", |
81 | | - "additional-permissions": false, |
82 | | - "access": "write" |
83 | | - }, |
84 | | - { |
85 | | - "category": "enterprise-admin", |
86 | | - "slug": "get-the-audit-log-for-an-enterprise", |
87 | | - "subcategory": "audit-log", |
88 | | - "verb": "get", |
89 | | - "requestPath": "/enterprises/{enterprise}/audit-log", |
90 | | - "additional-permissions": false, |
91 | | - "access": "read" |
92 | | - }, |
93 | | - { |
94 | | - "category": "enterprise-admin", |
95 | | - "slug": "list-enterprise-consumed-licenses", |
96 | | - "subcategory": "license", |
97 | | - "verb": "get", |
98 | | - "requestPath": "/enterprises/{enterprise}/consumed-licenses", |
99 | | - "additional-permissions": false, |
100 | | - "access": "read" |
101 | | - }, |
102 | | - { |
103 | | - "category": "enterprise-admin", |
104 | | - "slug": "get-a-license-sync-status", |
105 | | - "subcategory": "license", |
106 | | - "verb": "get", |
107 | | - "requestPath": "/enterprises/{enterprise}/license-sync-status", |
108 | | - "additional-permissions": false, |
109 | | - "access": "read" |
110 | | - }, |
111 | | - { |
112 | | - "category": "enterprise-admin", |
113 | | - "slug": "get-github-actions-billing-for-an-enterprise", |
114 | | - "subcategory": "billing", |
115 | | - "verb": "get", |
116 | | - "requestPath": "/enterprises/{enterprise}/settings/billing/actions", |
117 | | - "additional-permissions": false, |
118 | | - "access": "write" |
119 | | - }, |
120 | | - { |
121 | | - "category": "enterprise-admin", |
122 | | - "slug": "get-github-advanced-security-active-committers-for-an-enterprise", |
123 | | - "subcategory": "billing", |
124 | | - "verb": "get", |
125 | | - "requestPath": "/enterprises/{enterprise}/settings/billing/advanced-security", |
126 | | - "additional-permissions": false, |
127 | | - "access": "write" |
128 | | - }, |
129 | | - { |
130 | | - "category": "enterprise-admin", |
131 | | - "slug": "get-github-packages-billing-for-an-enterprise", |
132 | | - "subcategory": "billing", |
133 | | - "verb": "get", |
134 | | - "requestPath": "/enterprises/{enterprise}/settings/billing/packages", |
135 | | - "additional-permissions": false, |
136 | | - "access": "write" |
137 | | - }, |
138 | | - { |
139 | | - "category": "enterprise-admin", |
140 | | - "slug": "get-shared-storage-billing-for-an-enterprise", |
141 | | - "subcategory": "billing", |
142 | | - "verb": "get", |
143 | | - "requestPath": "/enterprises/{enterprise}/settings/billing/shared-storage", |
144 | | - "additional-permissions": false, |
145 | | - "access": "write" |
146 | | - }, |
147 | | - { |
148 | | - "category": "enterprise-admin", |
149 | | - "slug": "list-provisioned-scim-groups-for-an-enterprise", |
150 | | - "subcategory": "scim", |
151 | | - "verb": "get", |
152 | | - "requestPath": "/scim/v2/enterprises/{enterprise}/Groups", |
153 | | - "additional-permissions": false, |
154 | | - "access": "write" |
155 | | - }, |
156 | | - { |
157 | | - "category": "enterprise-admin", |
158 | | - "slug": "provision-a-scim-enterprise-group", |
159 | | - "subcategory": "scim", |
160 | | - "verb": "post", |
161 | | - "requestPath": "/scim/v2/enterprises/{enterprise}/Groups", |
162 | | - "additional-permissions": false, |
163 | | - "access": "write" |
164 | | - }, |
165 | | - { |
166 | | - "category": "enterprise-admin", |
167 | | - "slug": "get-scim-provisioning-information-for-an-enterprise-group", |
168 | | - "subcategory": "scim", |
169 | | - "verb": "get", |
170 | | - "requestPath": "/scim/v2/enterprises/{enterprise}/Groups/{scim_group_id}", |
171 | | - "additional-permissions": false, |
172 | | - "access": "write" |
173 | | - }, |
174 | | - { |
175 | | - "category": "enterprise-admin", |
176 | | - "slug": "set-scim-information-for-a-provisioned-enterprise-group", |
177 | | - "subcategory": "scim", |
178 | | - "verb": "put", |
179 | | - "requestPath": "/scim/v2/enterprises/{enterprise}/Groups/{scim_group_id}", |
180 | | - "additional-permissions": false, |
181 | | - "access": "write" |
182 | | - }, |
183 | | - { |
184 | | - "category": "enterprise-admin", |
185 | | - "slug": "update-an-attribute-for-a-scim-enterprise-group", |
186 | | - "subcategory": "scim", |
187 | | - "verb": "patch", |
188 | | - "requestPath": "/scim/v2/enterprises/{enterprise}/Groups/{scim_group_id}", |
189 | | - "additional-permissions": false, |
190 | | - "access": "write" |
191 | | - }, |
192 | | - { |
193 | | - "category": "enterprise-admin", |
194 | | - "slug": "delete-a-scim-group-from-an-enterprise", |
195 | | - "subcategory": "scim", |
196 | | - "verb": "delete", |
197 | | - "requestPath": "/scim/v2/enterprises/{enterprise}/Groups/{scim_group_id}", |
198 | | - "additional-permissions": false, |
199 | | - "access": "write" |
200 | | - }, |
201 | | - { |
202 | | - "category": "enterprise-admin", |
203 | | - "slug": "list-scim-provisioned-identities-for-an-enterprise", |
204 | | - "subcategory": "scim", |
205 | | - "verb": "get", |
206 | | - "requestPath": "/scim/v2/enterprises/{enterprise}/Users", |
207 | | - "additional-permissions": false, |
208 | | - "access": "write" |
209 | | - }, |
210 | | - { |
211 | | - "category": "enterprise-admin", |
212 | | - "slug": "provision-a-scim-enterprise-user", |
213 | | - "subcategory": "scim", |
214 | | - "verb": "post", |
215 | | - "requestPath": "/scim/v2/enterprises/{enterprise}/Users", |
216 | | - "additional-permissions": false, |
217 | | - "access": "write" |
218 | | - }, |
219 | | - { |
220 | | - "category": "enterprise-admin", |
221 | | - "slug": "get-scim-provisioning-information-for-an-enterprise-user", |
222 | | - "subcategory": "scim", |
223 | | - "verb": "get", |
224 | | - "requestPath": "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}", |
225 | | - "additional-permissions": false, |
226 | | - "access": "write" |
227 | | - }, |
228 | | - { |
229 | | - "category": "enterprise-admin", |
230 | | - "slug": "set-scim-information-for-a-provisioned-enterprise-user", |
231 | | - "subcategory": "scim", |
232 | | - "verb": "put", |
233 | | - "requestPath": "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}", |
234 | | - "additional-permissions": false, |
235 | | - "access": "write" |
236 | | - }, |
237 | | - { |
238 | | - "category": "enterprise-admin", |
239 | | - "slug": "update-an-attribute-for-a-scim-enterprise-user", |
240 | | - "subcategory": "scim", |
241 | | - "verb": "patch", |
242 | | - "requestPath": "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}", |
243 | | - "additional-permissions": false, |
244 | | - "access": "write" |
245 | | - }, |
246 | | - { |
247 | | - "category": "enterprise-admin", |
248 | | - "slug": "delete-a-scim-user-from-an-enterprise", |
249 | | - "subcategory": "scim", |
250 | | - "verb": "delete", |
251 | | - "requestPath": "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}", |
252 | | - "additional-permissions": false, |
253 | | - "access": "write" |
254 | | - } |
255 | | - ] |
256 | | - }, |
257 | 53 | "organization_api_insights": { |
258 | 54 | "title": "API Insights", |
259 | 55 | "displayTitle": "Organization permissions for \"API Insights\"", |
|
0 commit comments