1 #pragma once
2 // privilege_registry.hpp is generated.  Do not edit directly
3 #include <privileges.hpp>
4 
5 namespace redfish::privileges
6 {
7 // clang-format off
8 const std::array<Privileges, 1> privilegeSetLogin = {{
9     {"Login"}
10 }};
11 const std::array<Privileges, 1> privilegeSetConfigureComponents = {{
12     {"ConfigureComponents"}
13 }};
14 const std::array<Privileges, 1> privilegeSetConfigureUsers = {{
15     {"ConfigureUsers"}
16 }};
17 const std::array<Privileges, 1> privilegeSetConfigureManager = {{
18     {"ConfigureManager"}
19 }};
20 const std::array<Privileges, 2> privilegeSetConfigureManagerOrConfigureComponents = {{
21     {"ConfigureManager"},
22     {"ConfigureComponents"}
23 }};
24 const std::array<Privileges, 2> privilegeSetConfigureManagerOrConfigureSelf = {{
25     {"ConfigureManager"},
26     {"ConfigureSelf"}
27 }};
28 const std::array<Privileges, 3> privilegeSetConfigureManagerOrConfigureUsersOrConfigureSelf = {{
29     {"ConfigureManager"},
30     {"ConfigureUsers"},
31     {"ConfigureSelf"}
32 }};
33 const std::array<Privileges, 2> privilegeSetLoginOrNoAuth = {{
34     {"Login"},
35     {}
36 }};
37 // clang-format on
38 
39 // AccelerationFunction
40 const static auto& getAccelerationFunction = privilegeSetLogin;
41 const static auto& headAccelerationFunction = privilegeSetLogin;
42 const static auto& patchAccelerationFunction = privilegeSetConfigureComponents;
43 const static auto& putAccelerationFunction = privilegeSetConfigureComponents;
44 const static auto& deleteAccelerationFunction = privilegeSetConfigureComponents;
45 const static auto& postAccelerationFunction = privilegeSetConfigureComponents;
46 
47 // AccelerationFunctionCollection
48 const static auto& getAccelerationFunctionCollection = privilegeSetLogin;
49 const static auto& headAccelerationFunctionCollection = privilegeSetLogin;
50 const static auto& patchAccelerationFunctionCollection =
51     privilegeSetConfigureComponents;
52 const static auto& putAccelerationFunctionCollection =
53     privilegeSetConfigureComponents;
54 const static auto& deleteAccelerationFunctionCollection =
55     privilegeSetConfigureComponents;
56 const static auto& postAccelerationFunctionCollection =
57     privilegeSetConfigureComponents;
58 
59 // AccountService
60 const static auto& getAccountService = privilegeSetLogin;
61 const static auto& headAccountService = privilegeSetLogin;
62 const static auto& patchAccountService = privilegeSetConfigureUsers;
63 const static auto& putAccountService = privilegeSetConfigureUsers;
64 const static auto& deleteAccountService = privilegeSetConfigureUsers;
65 const static auto& postAccountService = privilegeSetConfigureUsers;
66 
67 // ActionInfo
68 const static auto& getActionInfo = privilegeSetLogin;
69 const static auto& headActionInfo = privilegeSetLogin;
70 const static auto& patchActionInfo = privilegeSetConfigureManager;
71 const static auto& putActionInfo = privilegeSetConfigureManager;
72 const static auto& deleteActionInfo = privilegeSetConfigureManager;
73 const static auto& postActionInfo = privilegeSetConfigureManager;
74 
75 // AddressPool
76 const static auto& getAddressPool = privilegeSetLogin;
77 const static auto& headAddressPool = privilegeSetLogin;
78 const static auto& patchAddressPool = privilegeSetConfigureComponents;
79 const static auto& putAddressPool = privilegeSetConfigureComponents;
80 const static auto& deleteAddressPool = privilegeSetConfigureComponents;
81 const static auto& postAddressPool = privilegeSetConfigureComponents;
82 
83 // AddressPoolCollection
84 const static auto& getAddressPoolCollection = privilegeSetLogin;
85 const static auto& headAddressPoolCollection = privilegeSetLogin;
86 const static auto& patchAddressPoolCollection = privilegeSetConfigureComponents;
87 const static auto& putAddressPoolCollection = privilegeSetConfigureComponents;
88 const static auto& deleteAddressPoolCollection =
89     privilegeSetConfigureComponents;
90 const static auto& postAddressPoolCollection = privilegeSetConfigureComponents;
91 
92 // Aggregate
93 const static auto& getAggregate = privilegeSetLogin;
94 const static auto& headAggregate = privilegeSetLogin;
95 const static auto& patchAggregate =
96     privilegeSetConfigureManagerOrConfigureComponents;
97 const static auto& putAggregate =
98     privilegeSetConfigureManagerOrConfigureComponents;
99 const static auto& deleteAggregate =
100     privilegeSetConfigureManagerOrConfigureComponents;
101 const static auto& postAggregate =
102     privilegeSetConfigureManagerOrConfigureComponents;
103 
104 // AggregateCollection
105 const static auto& getAggregateCollection = privilegeSetLogin;
106 const static auto& headAggregateCollection = privilegeSetLogin;
107 const static auto& patchAggregateCollection =
108     privilegeSetConfigureManagerOrConfigureComponents;
109 const static auto& putAggregateCollection =
110     privilegeSetConfigureManagerOrConfigureComponents;
111 const static auto& deleteAggregateCollection =
112     privilegeSetConfigureManagerOrConfigureComponents;
113 const static auto& postAggregateCollection =
114     privilegeSetConfigureManagerOrConfigureComponents;
115 
116 // AggregationService
117 const static auto& getAggregationService = privilegeSetLogin;
118 const static auto& headAggregationService = privilegeSetLogin;
119 const static auto& patchAggregationService = privilegeSetConfigureManager;
120 const static auto& putAggregationService = privilegeSetConfigureManager;
121 const static auto& deleteAggregationService = privilegeSetConfigureManager;
122 const static auto& postAggregationService = privilegeSetConfigureManager;
123 
124 // AggregationSource
125 const static auto& getAggregationSource = privilegeSetLogin;
126 const static auto& headAggregationSource = privilegeSetLogin;
127 const static auto& patchAggregationSource = privilegeSetConfigureManager;
128 const static auto& putAggregationSource = privilegeSetConfigureManager;
129 const static auto& deleteAggregationSource = privilegeSetConfigureManager;
130 const static auto& postAggregationSource = privilegeSetConfigureManager;
131 
132 // AggregationSourceCollection
133 const static auto& getAggregationSourceCollection = privilegeSetLogin;
134 const static auto& headAggregationSourceCollection = privilegeSetLogin;
135 const static auto& patchAggregationSourceCollection =
136     privilegeSetConfigureManager;
137 const static auto& putAggregationSourceCollection =
138     privilegeSetConfigureManager;
139 const static auto& deleteAggregationSourceCollection =
140     privilegeSetConfigureManager;
141 const static auto& postAggregationSourceCollection =
142     privilegeSetConfigureManager;
143 
144 // AllowDeny
145 const static auto& getAllowDeny = privilegeSetLogin;
146 const static auto& headAllowDeny = privilegeSetLogin;
147 const static auto& patchAllowDeny = privilegeSetConfigureManager;
148 const static auto& putAllowDeny = privilegeSetConfigureManager;
149 const static auto& deleteAllowDeny = privilegeSetConfigureManager;
150 const static auto& postAllowDeny = privilegeSetConfigureManager;
151 
152 // AllowDenyCollection
153 const static auto& getAllowDenyCollection = privilegeSetLogin;
154 const static auto& headAllowDenyCollection = privilegeSetLogin;
155 const static auto& patchAllowDenyCollection = privilegeSetConfigureManager;
156 const static auto& putAllowDenyCollection = privilegeSetConfigureManager;
157 const static auto& deleteAllowDenyCollection = privilegeSetConfigureManager;
158 const static auto& postAllowDenyCollection = privilegeSetConfigureManager;
159 
160 // Assembly
161 const static auto& getAssembly = privilegeSetLogin;
162 const static auto& headAssembly = privilegeSetLogin;
163 const static auto& patchAssembly = privilegeSetConfigureComponents;
164 const static auto& putAssembly = privilegeSetConfigureComponents;
165 const static auto& deleteAssembly = privilegeSetConfigureComponents;
166 const static auto& postAssembly = privilegeSetConfigureComponents;
167 
168 // Battery
169 const static auto& getBattery = privilegeSetLogin;
170 const static auto& headBattery = privilegeSetLogin;
171 const static auto& patchBattery = privilegeSetConfigureManager;
172 const static auto& putBattery = privilegeSetConfigureManager;
173 const static auto& deleteBattery = privilegeSetConfigureManager;
174 const static auto& postBattery = privilegeSetConfigureManager;
175 
176 // BatteryCollection
177 const static auto& getBatteryCollection = privilegeSetLogin;
178 const static auto& headBatteryCollection = privilegeSetLogin;
179 const static auto& patchBatteryCollection = privilegeSetConfigureManager;
180 const static auto& putBatteryCollection = privilegeSetConfigureManager;
181 const static auto& deleteBatteryCollection = privilegeSetConfigureManager;
182 const static auto& postBatteryCollection = privilegeSetConfigureManager;
183 
184 // BatteryMetrics
185 const static auto& getBatteryMetrics = privilegeSetLogin;
186 const static auto& headBatteryMetrics = privilegeSetLogin;
187 const static auto& patchBatteryMetrics = privilegeSetConfigureManager;
188 const static auto& putBatteryMetrics = privilegeSetConfigureManager;
189 const static auto& deleteBatteryMetrics = privilegeSetConfigureManager;
190 const static auto& postBatteryMetrics = privilegeSetConfigureManager;
191 
192 // Bios
193 const static auto& getBios = privilegeSetLogin;
194 const static auto& headBios = privilegeSetLogin;
195 const static auto& patchBios = privilegeSetConfigureComponents;
196 const static auto& postBios = privilegeSetConfigureComponents;
197 const static auto& putBios = privilegeSetConfigureComponents;
198 const static auto& deleteBios = privilegeSetConfigureComponents;
199 
200 // BootOption
201 const static auto& getBootOption = privilegeSetLogin;
202 const static auto& headBootOption = privilegeSetLogin;
203 const static auto& patchBootOption = privilegeSetConfigureComponents;
204 const static auto& putBootOption = privilegeSetConfigureComponents;
205 const static auto& deleteBootOption = privilegeSetConfigureComponents;
206 const static auto& postBootOption = privilegeSetConfigureComponents;
207 
208 // BootOptionCollection
209 const static auto& getBootOptionCollection = privilegeSetLogin;
210 const static auto& headBootOptionCollection = privilegeSetLogin;
211 const static auto& patchBootOptionCollection = privilegeSetConfigureComponents;
212 const static auto& putBootOptionCollection = privilegeSetConfigureComponents;
213 const static auto& deleteBootOptionCollection = privilegeSetConfigureComponents;
214 const static auto& postBootOptionCollection = privilegeSetConfigureComponents;
215 
216 // Cable
217 const static auto& getCable = privilegeSetLogin;
218 const static auto& headCable = privilegeSetLogin;
219 const static auto& patchCable = privilegeSetConfigureComponents;
220 const static auto& putCable = privilegeSetConfigureComponents;
221 const static auto& deleteCable = privilegeSetConfigureComponents;
222 const static auto& postCable = privilegeSetConfigureComponents;
223 
224 // CableCollection
225 const static auto& getCableCollection = privilegeSetLogin;
226 const static auto& headCableCollection = privilegeSetLogin;
227 const static auto& patchCableCollection = privilegeSetConfigureComponents;
228 const static auto& putCableCollection = privilegeSetConfigureComponents;
229 const static auto& deleteCableCollection = privilegeSetConfigureComponents;
230 const static auto& postCableCollection = privilegeSetConfigureComponents;
231 
232 // Certificate
233 const static auto& getCertificate = privilegeSetConfigureManager;
234 const static auto& headCertificate = privilegeSetConfigureManager;
235 const static auto& patchCertificate = privilegeSetConfigureManager;
236 const static auto& putCertificate = privilegeSetConfigureManager;
237 const static auto& deleteCertificate = privilegeSetConfigureManager;
238 const static auto& postCertificate = privilegeSetConfigureManager;
239 
240 // CertificateCollection
241 const static auto& getCertificateCollection = privilegeSetConfigureManager;
242 const static auto& headCertificateCollection = privilegeSetConfigureManager;
243 const static auto& patchCertificateCollection = privilegeSetConfigureManager;
244 const static auto& putCertificateCollection = privilegeSetConfigureManager;
245 const static auto& deleteCertificateCollection = privilegeSetConfigureManager;
246 const static auto& postCertificateCollection = privilegeSetConfigureManager;
247 
248 // CertificateLocations
249 const static auto& getCertificateLocations = privilegeSetConfigureManager;
250 const static auto& headCertificateLocations = privilegeSetConfigureManager;
251 const static auto& patchCertificateLocations = privilegeSetConfigureManager;
252 const static auto& putCertificateLocations = privilegeSetConfigureManager;
253 const static auto& deleteCertificateLocations = privilegeSetConfigureManager;
254 const static auto& postCertificateLocations = privilegeSetConfigureManager;
255 
256 // CertificateService
257 const static auto& getCertificateService = privilegeSetLogin;
258 const static auto& headCertificateService = privilegeSetLogin;
259 const static auto& patchCertificateService = privilegeSetConfigureManager;
260 const static auto& putCertificateService = privilegeSetConfigureManager;
261 const static auto& deleteCertificateService = privilegeSetConfigureManager;
262 const static auto& postCertificateService = privilegeSetConfigureManager;
263 
264 // Chassis
265 const static auto& getChassis = privilegeSetLogin;
266 const static auto& headChassis = privilegeSetLogin;
267 const static auto& patchChassis = privilegeSetConfigureComponents;
268 const static auto& putChassis = privilegeSetConfigureComponents;
269 const static auto& deleteChassis = privilegeSetConfigureComponents;
270 const static auto& postChassis = privilegeSetConfigureComponents;
271 
272 // ChassisCollection
273 const static auto& getChassisCollection = privilegeSetLogin;
274 const static auto& headChassisCollection = privilegeSetLogin;
275 const static auto& patchChassisCollection = privilegeSetConfigureComponents;
276 const static auto& putChassisCollection = privilegeSetConfigureComponents;
277 const static auto& deleteChassisCollection = privilegeSetConfigureComponents;
278 const static auto& postChassisCollection = privilegeSetConfigureComponents;
279 
280 // Circuit
281 const static auto& getCircuit = privilegeSetLogin;
282 const static auto& headCircuit = privilegeSetLogin;
283 const static auto& patchCircuit = privilegeSetConfigureComponents;
284 const static auto& putCircuit = privilegeSetConfigureComponents;
285 const static auto& deleteCircuit = privilegeSetConfigureComponents;
286 const static auto& postCircuit = privilegeSetConfigureComponents;
287 
288 // CircuitCollection
289 const static auto& getCircuitCollection = privilegeSetLogin;
290 const static auto& headCircuitCollection = privilegeSetLogin;
291 const static auto& patchCircuitCollection = privilegeSetConfigureComponents;
292 const static auto& putCircuitCollection = privilegeSetConfigureComponents;
293 const static auto& deleteCircuitCollection = privilegeSetConfigureComponents;
294 const static auto& postCircuitCollection = privilegeSetConfigureComponents;
295 
296 // CompositionReservation
297 const static auto& getCompositionReservation = privilegeSetLogin;
298 const static auto& headCompositionReservation = privilegeSetLogin;
299 const static auto& patchCompositionReservation = privilegeSetConfigureManager;
300 const static auto& putCompositionReservation = privilegeSetConfigureManager;
301 const static auto& deleteCompositionReservation = privilegeSetConfigureManager;
302 const static auto& postCompositionReservation = privilegeSetConfigureManager;
303 
304 // CompositionReservationCollection
305 const static auto& getCompositionReservationCollection = privilegeSetLogin;
306 const static auto& headCompositionReservationCollection = privilegeSetLogin;
307 const static auto& patchCompositionReservationCollection =
308     privilegeSetConfigureManager;
309 const static auto& putCompositionReservationCollection =
310     privilegeSetConfigureManager;
311 const static auto& deleteCompositionReservationCollection =
312     privilegeSetConfigureManager;
313 const static auto& postCompositionReservationCollection =
314     privilegeSetConfigureManager;
315 
316 // CompositionService
317 const static auto& getCompositionService = privilegeSetLogin;
318 const static auto& headCompositionService = privilegeSetLogin;
319 const static auto& patchCompositionService = privilegeSetConfigureManager;
320 const static auto& putCompositionService = privilegeSetConfigureManager;
321 const static auto& deleteCompositionService = privilegeSetConfigureManager;
322 const static auto& postCompositionService = privilegeSetConfigureManager;
323 
324 // ComputerSystem
325 const static auto& getComputerSystem = privilegeSetLogin;
326 const static auto& headComputerSystem = privilegeSetLogin;
327 const static auto& patchComputerSystem = privilegeSetConfigureComponents;
328 const static auto& postComputerSystem = privilegeSetConfigureComponents;
329 const static auto& putComputerSystem = privilegeSetConfigureComponents;
330 const static auto& deleteComputerSystem = privilegeSetConfigureComponents;
331 
332 // ComputerSystemCollection
333 const static auto& getComputerSystemCollection = privilegeSetLogin;
334 const static auto& headComputerSystemCollection = privilegeSetLogin;
335 const static auto& patchComputerSystemCollection =
336     privilegeSetConfigureComponents;
337 const static auto& postComputerSystemCollection =
338     privilegeSetConfigureComponents;
339 const static auto& putComputerSystemCollection =
340     privilegeSetConfigureComponents;
341 const static auto& deleteComputerSystemCollection =
342     privilegeSetConfigureComponents;
343 
344 // Connection
345 const static auto& getConnection = privilegeSetLogin;
346 const static auto& headConnection = privilegeSetLogin;
347 const static auto& patchConnection = privilegeSetConfigureComponents;
348 const static auto& postConnection = privilegeSetConfigureComponents;
349 const static auto& putConnection = privilegeSetConfigureComponents;
350 const static auto& deleteConnection = privilegeSetConfigureComponents;
351 
352 // ConnectionCollection
353 const static auto& getConnectionCollection = privilegeSetLogin;
354 const static auto& headConnectionCollection = privilegeSetLogin;
355 const static auto& patchConnectionCollection = privilegeSetConfigureComponents;
356 const static auto& postConnectionCollection = privilegeSetConfigureComponents;
357 const static auto& putConnectionCollection = privilegeSetConfigureComponents;
358 const static auto& deleteConnectionCollection = privilegeSetConfigureComponents;
359 
360 // ConnectionMethod
361 const static auto& getConnectionMethod = privilegeSetLogin;
362 const static auto& headConnectionMethod = privilegeSetLogin;
363 const static auto& patchConnectionMethod = privilegeSetConfigureManager;
364 const static auto& putConnectionMethod = privilegeSetConfigureManager;
365 const static auto& deleteConnectionMethod = privilegeSetConfigureManager;
366 const static auto& postConnectionMethod = privilegeSetConfigureManager;
367 
368 // ConnectionMethodCollection
369 const static auto& getConnectionMethodCollection = privilegeSetLogin;
370 const static auto& headConnectionMethodCollection = privilegeSetLogin;
371 const static auto& patchConnectionMethodCollection =
372     privilegeSetConfigureManager;
373 const static auto& putConnectionMethodCollection = privilegeSetConfigureManager;
374 const static auto& deleteConnectionMethodCollection =
375     privilegeSetConfigureManager;
376 const static auto& postConnectionMethodCollection =
377     privilegeSetConfigureManager;
378 
379 // Control
380 const static auto& getControl = privilegeSetLogin;
381 const static auto& headControl = privilegeSetLogin;
382 const static auto& patchControl = privilegeSetConfigureManager;
383 const static auto& putControl = privilegeSetConfigureManager;
384 const static auto& deleteControl = privilegeSetConfigureManager;
385 const static auto& postControl = privilegeSetConfigureManager;
386 
387 // ControlCollection
388 const static auto& getControlCollection = privilegeSetLogin;
389 const static auto& headControlCollection = privilegeSetLogin;
390 const static auto& patchControlCollection = privilegeSetConfigureManager;
391 const static auto& putControlCollection = privilegeSetConfigureManager;
392 const static auto& deleteControlCollection = privilegeSetConfigureManager;
393 const static auto& postControlCollection = privilegeSetConfigureManager;
394 
395 // Drive
396 const static auto& getDrive = privilegeSetLogin;
397 const static auto& headDrive = privilegeSetLogin;
398 const static auto& patchDrive = privilegeSetConfigureComponents;
399 const static auto& postDrive = privilegeSetConfigureComponents;
400 const static auto& putDrive = privilegeSetConfigureComponents;
401 const static auto& deleteDrive = privilegeSetConfigureComponents;
402 
403 // DriveCollection
404 const static auto& getDriveCollection = privilegeSetLogin;
405 const static auto& headDriveCollection = privilegeSetLogin;
406 const static auto& patchDriveCollection = privilegeSetConfigureComponents;
407 const static auto& postDriveCollection = privilegeSetConfigureComponents;
408 const static auto& putDriveCollection = privilegeSetConfigureComponents;
409 const static auto& deleteDriveCollection = privilegeSetConfigureComponents;
410 
411 // Endpoint
412 const static auto& getEndpoint = privilegeSetLogin;
413 const static auto& headEndpoint = privilegeSetLogin;
414 const static auto& patchEndpoint = privilegeSetConfigureComponents;
415 const static auto& postEndpoint = privilegeSetConfigureComponents;
416 const static auto& putEndpoint = privilegeSetConfigureComponents;
417 const static auto& deleteEndpoint = privilegeSetConfigureComponents;
418 
419 // EndpointCollection
420 const static auto& getEndpointCollection = privilegeSetLogin;
421 const static auto& headEndpointCollection = privilegeSetLogin;
422 const static auto& patchEndpointCollection = privilegeSetConfigureComponents;
423 const static auto& postEndpointCollection = privilegeSetConfigureComponents;
424 const static auto& putEndpointCollection = privilegeSetConfigureComponents;
425 const static auto& deleteEndpointCollection = privilegeSetConfigureComponents;
426 
427 // EndpointGroup
428 const static auto& getEndpointGroup = privilegeSetLogin;
429 const static auto& headEndpointGroup = privilegeSetLogin;
430 const static auto& patchEndpointGroup = privilegeSetConfigureComponents;
431 const static auto& postEndpointGroup = privilegeSetConfigureComponents;
432 const static auto& putEndpointGroup = privilegeSetConfigureComponents;
433 const static auto& deleteEndpointGroup = privilegeSetConfigureComponents;
434 
435 // EndpointGroupCollection
436 const static auto& getEndpointGroupCollection = privilegeSetLogin;
437 const static auto& headEndpointGroupCollection = privilegeSetLogin;
438 const static auto& patchEndpointGroupCollection =
439     privilegeSetConfigureComponents;
440 const static auto& postEndpointGroupCollection =
441     privilegeSetConfigureComponents;
442 const static auto& putEndpointGroupCollection = privilegeSetConfigureComponents;
443 const static auto& deleteEndpointGroupCollection =
444     privilegeSetConfigureComponents;
445 
446 // EnvironmentMetrics
447 const static auto& getEnvironmentMetrics = privilegeSetLogin;
448 const static auto& headEnvironmentMetrics = privilegeSetLogin;
449 const static auto& patchEnvironmentMetrics = privilegeSetConfigureManager;
450 const static auto& putEnvironmentMetrics = privilegeSetConfigureManager;
451 const static auto& deleteEnvironmentMetrics = privilegeSetConfigureManager;
452 const static auto& postEnvironmentMetrics = privilegeSetConfigureManager;
453 
454 // EthernetInterface
455 const static auto& getEthernetInterface = privilegeSetLogin;
456 const static auto& headEthernetInterface = privilegeSetLogin;
457 const static auto& patchEthernetInterface = privilegeSetConfigureComponents;
458 const static auto& postEthernetInterface = privilegeSetConfigureComponents;
459 const static auto& putEthernetInterface = privilegeSetConfigureComponents;
460 const static auto& deleteEthernetInterface = privilegeSetConfigureComponents;
461 
462 // EthernetInterfaceCollection
463 const static auto& getEthernetInterfaceCollection = privilegeSetLogin;
464 const static auto& headEthernetInterfaceCollection = privilegeSetLogin;
465 const static auto& patchEthernetInterfaceCollection =
466     privilegeSetConfigureComponents;
467 const static auto& postEthernetInterfaceCollection =
468     privilegeSetConfigureComponents;
469 const static auto& putEthernetInterfaceCollection =
470     privilegeSetConfigureComponents;
471 const static auto& deleteEthernetInterfaceCollection =
472     privilegeSetConfigureComponents;
473 
474 // EventDestination
475 const static auto& getEventDestination = privilegeSetLogin;
476 const static auto& headEventDestination = privilegeSetLogin;
477 const static auto& patchEventDestination =
478     privilegeSetConfigureManagerOrConfigureSelf;
479 const static auto& postEventDestination =
480     privilegeSetConfigureManagerOrConfigureSelf;
481 const static auto& putEventDestination =
482     privilegeSetConfigureManagerOrConfigureSelf;
483 const static auto& deleteEventDestination =
484     privilegeSetConfigureManagerOrConfigureSelf;
485 
486 // EventDestinationCollection
487 const static auto& getEventDestinationCollection = privilegeSetLogin;
488 const static auto& headEventDestinationCollection = privilegeSetLogin;
489 const static auto& patchEventDestinationCollection =
490     privilegeSetConfigureManagerOrConfigureComponents;
491 const static auto& postEventDestinationCollection =
492     privilegeSetConfigureManagerOrConfigureComponents;
493 const static auto& putEventDestinationCollection =
494     privilegeSetConfigureManagerOrConfigureComponents;
495 const static auto& deleteEventDestinationCollection =
496     privilegeSetConfigureManagerOrConfigureComponents;
497 
498 // EventService
499 const static auto& getEventService = privilegeSetLogin;
500 const static auto& headEventService = privilegeSetLogin;
501 const static auto& patchEventService = privilegeSetConfigureManager;
502 const static auto& postEventService = privilegeSetConfigureManager;
503 const static auto& putEventService = privilegeSetConfigureManager;
504 const static auto& deleteEventService = privilegeSetConfigureManager;
505 
506 // ExternalAccountProvider
507 const static auto& getExternalAccountProvider = privilegeSetLogin;
508 const static auto& headExternalAccountProvider = privilegeSetLogin;
509 const static auto& patchExternalAccountProvider = privilegeSetConfigureManager;
510 const static auto& putExternalAccountProvider = privilegeSetConfigureManager;
511 const static auto& deleteExternalAccountProvider = privilegeSetConfigureManager;
512 const static auto& postExternalAccountProvider = privilegeSetConfigureManager;
513 
514 // ExternalAccountProviderCollection
515 const static auto& getExternalAccountProviderCollection = privilegeSetLogin;
516 const static auto& headExternalAccountProviderCollection = privilegeSetLogin;
517 const static auto& patchExternalAccountProviderCollection =
518     privilegeSetConfigureManager;
519 const static auto& putExternalAccountProviderCollection =
520     privilegeSetConfigureManager;
521 const static auto& deleteExternalAccountProviderCollection =
522     privilegeSetConfigureManager;
523 const static auto& postExternalAccountProviderCollection =
524     privilegeSetConfigureManager;
525 
526 // Fabric
527 const static auto& getFabric = privilegeSetLogin;
528 const static auto& headFabric = privilegeSetLogin;
529 const static auto& patchFabric = privilegeSetConfigureComponents;
530 const static auto& postFabric = privilegeSetConfigureComponents;
531 const static auto& putFabric = privilegeSetConfigureComponents;
532 const static auto& deleteFabric = privilegeSetConfigureComponents;
533 
534 // FabricCollection
535 const static auto& getFabricCollection = privilegeSetLogin;
536 const static auto& headFabricCollection = privilegeSetLogin;
537 const static auto& patchFabricCollection = privilegeSetConfigureComponents;
538 const static auto& postFabricCollection = privilegeSetConfigureComponents;
539 const static auto& putFabricCollection = privilegeSetConfigureComponents;
540 const static auto& deleteFabricCollection = privilegeSetConfigureComponents;
541 
542 // FabricAdapter
543 const static auto& getFabricAdapter = privilegeSetLogin;
544 const static auto& headFabricAdapter = privilegeSetLogin;
545 const static auto& patchFabricAdapter = privilegeSetConfigureComponents;
546 const static auto& postFabricAdapter = privilegeSetConfigureComponents;
547 const static auto& putFabricAdapter = privilegeSetConfigureComponents;
548 const static auto& deleteFabricAdapter = privilegeSetConfigureComponents;
549 
550 // FabricAdapterCollection
551 const static auto& getFabricAdapterCollection = privilegeSetLogin;
552 const static auto& headFabricAdapterCollection = privilegeSetLogin;
553 const static auto& patchFabricAdapterCollection =
554     privilegeSetConfigureComponents;
555 const static auto& postFabricAdapterCollection =
556     privilegeSetConfigureComponents;
557 const static auto& putFabricAdapterCollection = privilegeSetConfigureComponents;
558 const static auto& deleteFabricAdapterCollection =
559     privilegeSetConfigureComponents;
560 
561 // Facility
562 const static auto& getFacility = privilegeSetLogin;
563 const static auto& headFacility = privilegeSetLogin;
564 const static auto& patchFacility = privilegeSetConfigureComponents;
565 const static auto& putFacility = privilegeSetConfigureComponents;
566 const static auto& deleteFacility = privilegeSetConfigureComponents;
567 const static auto& postFacility = privilegeSetConfigureComponents;
568 
569 // FacilityCollection
570 const static auto& getFacilityCollection = privilegeSetLogin;
571 const static auto& headFacilityCollection = privilegeSetLogin;
572 const static auto& patchFacilityCollection = privilegeSetConfigureComponents;
573 const static auto& putFacilityCollection = privilegeSetConfigureComponents;
574 const static auto& deleteFacilityCollection = privilegeSetConfigureComponents;
575 const static auto& postFacilityCollection = privilegeSetConfigureComponents;
576 
577 // Fan
578 const static auto& getFan = privilegeSetLogin;
579 const static auto& headFan = privilegeSetLogin;
580 const static auto& patchFan = privilegeSetConfigureManager;
581 const static auto& putFan = privilegeSetConfigureManager;
582 const static auto& deleteFan = privilegeSetConfigureManager;
583 const static auto& postFan = privilegeSetConfigureManager;
584 
585 // FanCollection
586 const static auto& getFanCollection = privilegeSetLogin;
587 const static auto& headFanCollection = privilegeSetLogin;
588 const static auto& patchFanCollection = privilegeSetConfigureManager;
589 const static auto& putFanCollection = privilegeSetConfigureManager;
590 const static auto& deleteFanCollection = privilegeSetConfigureManager;
591 const static auto& postFanCollection = privilegeSetConfigureManager;
592 
593 // GraphicsController
594 const static auto& getGraphicsController = privilegeSetLogin;
595 const static auto& headGraphicsController = privilegeSetLogin;
596 const static auto& patchGraphicsController = privilegeSetConfigureComponents;
597 const static auto& putGraphicsController = privilegeSetConfigureComponents;
598 const static auto& deleteGraphicsController = privilegeSetConfigureComponents;
599 const static auto& postGraphicsController = privilegeSetConfigureComponents;
600 
601 // GraphicsControllerCollection
602 const static auto& getGraphicsControllerCollection = privilegeSetLogin;
603 const static auto& headGraphicsControllerCollection = privilegeSetLogin;
604 const static auto& patchGraphicsControllerCollection =
605     privilegeSetConfigureComponents;
606 const static auto& putGraphicsControllerCollection =
607     privilegeSetConfigureComponents;
608 const static auto& deleteGraphicsControllerCollection =
609     privilegeSetConfigureComponents;
610 const static auto& postGraphicsControllerCollection =
611     privilegeSetConfigureComponents;
612 
613 // HostInterface
614 const static auto& getHostInterface = privilegeSetLogin;
615 const static auto& headHostInterface = privilegeSetLogin;
616 const static auto& patchHostInterface = privilegeSetConfigureManager;
617 const static auto& postHostInterface = privilegeSetConfigureManager;
618 const static auto& putHostInterface = privilegeSetConfigureManager;
619 const static auto& deleteHostInterface = privilegeSetConfigureManager;
620 
621 // HostInterfaceCollection
622 const static auto& getHostInterfaceCollection = privilegeSetLogin;
623 const static auto& headHostInterfaceCollection = privilegeSetLogin;
624 const static auto& patchHostInterfaceCollection = privilegeSetConfigureManager;
625 const static auto& postHostInterfaceCollection = privilegeSetConfigureManager;
626 const static auto& putHostInterfaceCollection = privilegeSetConfigureManager;
627 const static auto& deleteHostInterfaceCollection = privilegeSetConfigureManager;
628 
629 // Job
630 const static auto& getJob = privilegeSetLogin;
631 const static auto& headJob = privilegeSetLogin;
632 const static auto& patchJob = privilegeSetConfigureManager;
633 const static auto& putJob = privilegeSetConfigureManager;
634 const static auto& deleteJob = privilegeSetConfigureManager;
635 const static auto& postJob = privilegeSetConfigureManager;
636 
637 // JobCollection
638 const static auto& getJobCollection = privilegeSetLogin;
639 const static auto& headJobCollection = privilegeSetLogin;
640 const static auto& patchJobCollection = privilegeSetConfigureManager;
641 const static auto& putJobCollection = privilegeSetConfigureManager;
642 const static auto& deleteJobCollection = privilegeSetConfigureManager;
643 const static auto& postJobCollection = privilegeSetConfigureManager;
644 
645 // JobService
646 const static auto& getJobService = privilegeSetLogin;
647 const static auto& headJobService = privilegeSetLogin;
648 const static auto& patchJobService = privilegeSetConfigureManager;
649 const static auto& putJobService = privilegeSetConfigureManager;
650 const static auto& deleteJobService = privilegeSetConfigureManager;
651 const static auto& postJobService = privilegeSetConfigureManager;
652 
653 // JsonSchemaFile
654 const static auto& getJsonSchemaFile = privilegeSetLogin;
655 const static auto& headJsonSchemaFile = privilegeSetLogin;
656 const static auto& patchJsonSchemaFile = privilegeSetConfigureManager;
657 const static auto& postJsonSchemaFile = privilegeSetConfigureManager;
658 const static auto& putJsonSchemaFile = privilegeSetConfigureManager;
659 const static auto& deleteJsonSchemaFile = privilegeSetConfigureManager;
660 
661 // JsonSchemaFileCollection
662 const static auto& getJsonSchemaFileCollection = privilegeSetLogin;
663 const static auto& headJsonSchemaFileCollection = privilegeSetLogin;
664 const static auto& patchJsonSchemaFileCollection = privilegeSetConfigureManager;
665 const static auto& postJsonSchemaFileCollection = privilegeSetConfigureManager;
666 const static auto& putJsonSchemaFileCollection = privilegeSetConfigureManager;
667 const static auto& deleteJsonSchemaFileCollection =
668     privilegeSetConfigureManager;
669 
670 // Key
671 const static auto& getKey = privilegeSetLogin;
672 const static auto& headKey = privilegeSetLogin;
673 const static auto& patchKey = privilegeSetConfigureManager;
674 const static auto& putKey = privilegeSetConfigureManager;
675 const static auto& deleteKey = privilegeSetConfigureManager;
676 const static auto& postKey = privilegeSetConfigureManager;
677 
678 // KeyCollection
679 const static auto& getKeyCollection = privilegeSetLogin;
680 const static auto& headKeyCollection = privilegeSetLogin;
681 const static auto& patchKeyCollection = privilegeSetConfigureManager;
682 const static auto& putKeyCollection = privilegeSetConfigureManager;
683 const static auto& deleteKeyCollection = privilegeSetConfigureManager;
684 const static auto& postKeyCollection = privilegeSetConfigureManager;
685 
686 // KeyPolicy
687 const static auto& getKeyPolicy = privilegeSetLogin;
688 const static auto& headKeyPolicy = privilegeSetLogin;
689 const static auto& patchKeyPolicy = privilegeSetConfigureManager;
690 const static auto& putKeyPolicy = privilegeSetConfigureManager;
691 const static auto& deleteKeyPolicy = privilegeSetConfigureManager;
692 const static auto& postKeyPolicy = privilegeSetConfigureManager;
693 
694 // KeyPolicyCollection
695 const static auto& getKeyPolicyCollection = privilegeSetLogin;
696 const static auto& headKeyPolicyCollection = privilegeSetLogin;
697 const static auto& patchKeyPolicyCollection = privilegeSetConfigureManager;
698 const static auto& putKeyPolicyCollection = privilegeSetConfigureManager;
699 const static auto& deleteKeyPolicyCollection = privilegeSetConfigureManager;
700 const static auto& postKeyPolicyCollection = privilegeSetConfigureManager;
701 
702 // KeyService
703 const static auto& getKeyService = privilegeSetLogin;
704 const static auto& headKeyService = privilegeSetLogin;
705 const static auto& patchKeyService = privilegeSetConfigureManager;
706 const static auto& putKeyService = privilegeSetConfigureManager;
707 const static auto& deleteKeyService = privilegeSetConfigureManager;
708 const static auto& postKeyService = privilegeSetConfigureManager;
709 
710 // LogEntry
711 const static auto& getLogEntry = privilegeSetLogin;
712 const static auto& headLogEntry = privilegeSetLogin;
713 const static auto& patchLogEntry = privilegeSetConfigureManager;
714 const static auto& putLogEntry = privilegeSetConfigureManager;
715 const static auto& deleteLogEntry = privilegeSetConfigureManager;
716 const static auto& postLogEntry = privilegeSetConfigureManager;
717 
718 // LogEntryCollection
719 const static auto& getLogEntryCollection = privilegeSetLogin;
720 const static auto& headLogEntryCollection = privilegeSetLogin;
721 const static auto& patchLogEntryCollection = privilegeSetConfigureManager;
722 const static auto& putLogEntryCollection = privilegeSetConfigureManager;
723 const static auto& deleteLogEntryCollection = privilegeSetConfigureManager;
724 const static auto& postLogEntryCollection = privilegeSetConfigureManager;
725 
726 // LogService
727 const static auto& getLogService = privilegeSetLogin;
728 const static auto& headLogService = privilegeSetLogin;
729 const static auto& patchLogService = privilegeSetConfigureManager;
730 const static auto& putLogService = privilegeSetConfigureManager;
731 const static auto& deleteLogService = privilegeSetConfigureManager;
732 const static auto& postLogService = privilegeSetConfigureManager;
733 
734 // LogServiceCollection
735 const static auto& getLogServiceCollection = privilegeSetLogin;
736 const static auto& headLogServiceCollection = privilegeSetLogin;
737 const static auto& patchLogServiceCollection = privilegeSetConfigureManager;
738 const static auto& putLogServiceCollection = privilegeSetConfigureManager;
739 const static auto& deleteLogServiceCollection = privilegeSetConfigureManager;
740 const static auto& postLogServiceCollection = privilegeSetConfigureManager;
741 
742 // Manager
743 const static auto& getManager = privilegeSetLogin;
744 const static auto& headManager = privilegeSetLogin;
745 const static auto& patchManager = privilegeSetConfigureManager;
746 const static auto& postManager = privilegeSetConfigureManager;
747 const static auto& putManager = privilegeSetConfigureManager;
748 const static auto& deleteManager = privilegeSetConfigureManager;
749 
750 // ManagerCollection
751 const static auto& getManagerCollection = privilegeSetLogin;
752 const static auto& headManagerCollection = privilegeSetLogin;
753 const static auto& patchManagerCollection = privilegeSetConfigureManager;
754 const static auto& postManagerCollection = privilegeSetConfigureManager;
755 const static auto& putManagerCollection = privilegeSetConfigureManager;
756 const static auto& deleteManagerCollection = privilegeSetConfigureManager;
757 
758 // ManagerAccount
759 const static auto& getManagerAccount =
760     privilegeSetConfigureManagerOrConfigureUsersOrConfigureSelf;
761 const static auto& headManagerAccount = privilegeSetLogin;
762 const static auto& patchManagerAccount = privilegeSetConfigureUsers;
763 const static auto& postManagerAccount = privilegeSetConfigureUsers;
764 const static auto& putManagerAccount = privilegeSetConfigureUsers;
765 const static auto& deleteManagerAccount = privilegeSetConfigureUsers;
766 
767 // ManagerAccountCollection
768 const static auto& getManagerAccountCollection = privilegeSetLogin;
769 const static auto& headManagerAccountCollection = privilegeSetLogin;
770 const static auto& patchManagerAccountCollection = privilegeSetConfigureUsers;
771 const static auto& putManagerAccountCollection = privilegeSetConfigureUsers;
772 const static auto& deleteManagerAccountCollection = privilegeSetConfigureUsers;
773 const static auto& postManagerAccountCollection = privilegeSetConfigureUsers;
774 
775 // ManagerNetworkProtocol
776 const static auto& getManagerNetworkProtocol = privilegeSetLogin;
777 const static auto& headManagerNetworkProtocol = privilegeSetLogin;
778 const static auto& patchManagerNetworkProtocol = privilegeSetConfigureManager;
779 const static auto& postManagerNetworkProtocol = privilegeSetConfigureManager;
780 const static auto& putManagerNetworkProtocol = privilegeSetConfigureManager;
781 const static auto& deleteManagerNetworkProtocol = privilegeSetConfigureManager;
782 
783 // MediaController
784 const static auto& getMediaController = privilegeSetLogin;
785 const static auto& headMediaController = privilegeSetLogin;
786 const static auto& patchMediaController = privilegeSetConfigureComponents;
787 const static auto& postMediaController = privilegeSetConfigureComponents;
788 const static auto& putMediaController = privilegeSetConfigureComponents;
789 const static auto& deleteMediaController = privilegeSetConfigureComponents;
790 
791 // MediaControllerCollection
792 const static auto& getMediaControllerCollection = privilegeSetLogin;
793 const static auto& headMediaControllerCollection = privilegeSetLogin;
794 const static auto& patchMediaControllerCollection =
795     privilegeSetConfigureComponents;
796 const static auto& postMediaControllerCollection =
797     privilegeSetConfigureComponents;
798 const static auto& putMediaControllerCollection =
799     privilegeSetConfigureComponents;
800 const static auto& deleteMediaControllerCollection =
801     privilegeSetConfigureComponents;
802 
803 // Memory
804 const static auto& getMemory = privilegeSetLogin;
805 const static auto& headMemory = privilegeSetLogin;
806 const static auto& patchMemory = privilegeSetConfigureComponents;
807 const static auto& postMemory = privilegeSetConfigureComponents;
808 const static auto& putMemory = privilegeSetConfigureComponents;
809 const static auto& deleteMemory = privilegeSetConfigureComponents;
810 
811 // MemoryCollection
812 const static auto& getMemoryCollection = privilegeSetLogin;
813 const static auto& headMemoryCollection = privilegeSetLogin;
814 const static auto& patchMemoryCollection = privilegeSetConfigureComponents;
815 const static auto& postMemoryCollection = privilegeSetConfigureComponents;
816 const static auto& putMemoryCollection = privilegeSetConfigureComponents;
817 const static auto& deleteMemoryCollection = privilegeSetConfigureComponents;
818 
819 // MemoryChunks
820 const static auto& getMemoryChunks = privilegeSetLogin;
821 const static auto& headMemoryChunks = privilegeSetLogin;
822 const static auto& patchMemoryChunks = privilegeSetConfigureComponents;
823 const static auto& postMemoryChunks = privilegeSetConfigureComponents;
824 const static auto& putMemoryChunks = privilegeSetConfigureComponents;
825 const static auto& deleteMemoryChunks = privilegeSetConfigureComponents;
826 
827 // MemoryChunksCollection
828 const static auto& getMemoryChunksCollection = privilegeSetLogin;
829 const static auto& headMemoryChunksCollection = privilegeSetLogin;
830 const static auto& patchMemoryChunksCollection =
831     privilegeSetConfigureComponents;
832 const static auto& postMemoryChunksCollection = privilegeSetConfigureComponents;
833 const static auto& putMemoryChunksCollection = privilegeSetConfigureComponents;
834 const static auto& deleteMemoryChunksCollection =
835     privilegeSetConfigureComponents;
836 
837 // MemoryDomain
838 const static auto& getMemoryDomain = privilegeSetLogin;
839 const static auto& headMemoryDomain = privilegeSetLogin;
840 const static auto& patchMemoryDomain = privilegeSetConfigureComponents;
841 const static auto& postMemoryDomain = privilegeSetConfigureComponents;
842 const static auto& putMemoryDomain = privilegeSetConfigureComponents;
843 const static auto& deleteMemoryDomain = privilegeSetConfigureComponents;
844 
845 // MemoryDomainCollection
846 const static auto& getMemoryDomainCollection = privilegeSetLogin;
847 const static auto& headMemoryDomainCollection = privilegeSetLogin;
848 const static auto& patchMemoryDomainCollection =
849     privilegeSetConfigureComponents;
850 const static auto& postMemoryDomainCollection = privilegeSetConfigureComponents;
851 const static auto& putMemoryDomainCollection = privilegeSetConfigureComponents;
852 const static auto& deleteMemoryDomainCollection =
853     privilegeSetConfigureComponents;
854 
855 // MemoryMetrics
856 const static auto& getMemoryMetrics = privilegeSetLogin;
857 const static auto& headMemoryMetrics = privilegeSetLogin;
858 const static auto& patchMemoryMetrics = privilegeSetConfigureComponents;
859 const static auto& postMemoryMetrics = privilegeSetConfigureComponents;
860 const static auto& putMemoryMetrics = privilegeSetConfigureComponents;
861 const static auto& deleteMemoryMetrics = privilegeSetConfigureComponents;
862 
863 // MessageRegistryFile
864 const static auto& getMessageRegistryFile = privilegeSetLogin;
865 const static auto& headMessageRegistryFile = privilegeSetLogin;
866 const static auto& patchMessageRegistryFile = privilegeSetConfigureManager;
867 const static auto& postMessageRegistryFile = privilegeSetConfigureManager;
868 const static auto& putMessageRegistryFile = privilegeSetConfigureManager;
869 const static auto& deleteMessageRegistryFile = privilegeSetConfigureManager;
870 
871 // MessageRegistryFileCollection
872 const static auto& getMessageRegistryFileCollection = privilegeSetLogin;
873 const static auto& headMessageRegistryFileCollection = privilegeSetLogin;
874 const static auto& patchMessageRegistryFileCollection =
875     privilegeSetConfigureManager;
876 const static auto& postMessageRegistryFileCollection =
877     privilegeSetConfigureManager;
878 const static auto& putMessageRegistryFileCollection =
879     privilegeSetConfigureManager;
880 const static auto& deleteMessageRegistryFileCollection =
881     privilegeSetConfigureManager;
882 
883 // MetricDefinition
884 const static auto& getMetricDefinition = privilegeSetLogin;
885 const static auto& headMetricDefinition = privilegeSetLogin;
886 const static auto& patchMetricDefinition = privilegeSetConfigureManager;
887 const static auto& putMetricDefinition = privilegeSetConfigureManager;
888 const static auto& deleteMetricDefinition = privilegeSetConfigureManager;
889 const static auto& postMetricDefinition = privilegeSetConfigureManager;
890 
891 // MetricDefinitionCollection
892 const static auto& getMetricDefinitionCollection = privilegeSetLogin;
893 const static auto& headMetricDefinitionCollection = privilegeSetLogin;
894 const static auto& patchMetricDefinitionCollection =
895     privilegeSetConfigureManager;
896 const static auto& putMetricDefinitionCollection = privilegeSetConfigureManager;
897 const static auto& deleteMetricDefinitionCollection =
898     privilegeSetConfigureManager;
899 const static auto& postMetricDefinitionCollection =
900     privilegeSetConfigureManager;
901 
902 // MetricReport
903 const static auto& getMetricReport = privilegeSetLogin;
904 const static auto& headMetricReport = privilegeSetLogin;
905 const static auto& patchMetricReport = privilegeSetConfigureManager;
906 const static auto& putMetricReport = privilegeSetConfigureManager;
907 const static auto& deleteMetricReport = privilegeSetConfigureManager;
908 const static auto& postMetricReport = privilegeSetConfigureManager;
909 
910 // MetricReportCollection
911 const static auto& getMetricReportCollection = privilegeSetLogin;
912 const static auto& headMetricReportCollection = privilegeSetLogin;
913 const static auto& patchMetricReportCollection = privilegeSetConfigureManager;
914 const static auto& putMetricReportCollection = privilegeSetConfigureManager;
915 const static auto& deleteMetricReportCollection = privilegeSetConfigureManager;
916 const static auto& postMetricReportCollection = privilegeSetConfigureManager;
917 
918 // MetricReportDefinition
919 const static auto& getMetricReportDefinition = privilegeSetLogin;
920 const static auto& headMetricReportDefinition = privilegeSetLogin;
921 const static auto& patchMetricReportDefinition = privilegeSetConfigureManager;
922 const static auto& putMetricReportDefinition = privilegeSetConfigureManager;
923 const static auto& deleteMetricReportDefinition = privilegeSetConfigureManager;
924 const static auto& postMetricReportDefinition = privilegeSetConfigureManager;
925 
926 // MetricReportDefinitionCollection
927 const static auto& getMetricReportDefinitionCollection = privilegeSetLogin;
928 const static auto& headMetricReportDefinitionCollection = privilegeSetLogin;
929 const static auto& patchMetricReportDefinitionCollection =
930     privilegeSetConfigureManager;
931 const static auto& putMetricReportDefinitionCollection =
932     privilegeSetConfigureManager;
933 const static auto& deleteMetricReportDefinitionCollection =
934     privilegeSetConfigureManager;
935 const static auto& postMetricReportDefinitionCollection =
936     privilegeSetConfigureManager;
937 
938 // NetworkAdapter
939 const static auto& getNetworkAdapter = privilegeSetLogin;
940 const static auto& headNetworkAdapter = privilegeSetLogin;
941 const static auto& patchNetworkAdapter = privilegeSetConfigureComponents;
942 const static auto& postNetworkAdapter = privilegeSetConfigureComponents;
943 const static auto& putNetworkAdapter = privilegeSetConfigureComponents;
944 const static auto& deleteNetworkAdapter = privilegeSetConfigureComponents;
945 
946 // NetworkAdapterCollection
947 const static auto& getNetworkAdapterCollection = privilegeSetLogin;
948 const static auto& headNetworkAdapterCollection = privilegeSetLogin;
949 const static auto& patchNetworkAdapterCollection =
950     privilegeSetConfigureComponents;
951 const static auto& postNetworkAdapterCollection =
952     privilegeSetConfigureComponents;
953 const static auto& putNetworkAdapterCollection =
954     privilegeSetConfigureComponents;
955 const static auto& deleteNetworkAdapterCollection =
956     privilegeSetConfigureComponents;
957 
958 // NetworkAdapterMetrics
959 const static auto& getNetworkAdapterMetrics = privilegeSetLogin;
960 const static auto& headNetworkAdapterMetrics = privilegeSetLogin;
961 const static auto& patchNetworkAdapterMetrics = privilegeSetConfigureManager;
962 const static auto& putNetworkAdapterMetrics = privilegeSetConfigureManager;
963 const static auto& deleteNetworkAdapterMetrics = privilegeSetConfigureManager;
964 const static auto& postNetworkAdapterMetrics = privilegeSetConfigureManager;
965 
966 // NetworkDeviceFunction
967 const static auto& getNetworkDeviceFunction = privilegeSetLogin;
968 const static auto& headNetworkDeviceFunction = privilegeSetLogin;
969 const static auto& patchNetworkDeviceFunction = privilegeSetConfigureComponents;
970 const static auto& postNetworkDeviceFunction = privilegeSetConfigureComponents;
971 const static auto& putNetworkDeviceFunction = privilegeSetConfigureComponents;
972 const static auto& deleteNetworkDeviceFunction =
973     privilegeSetConfigureComponents;
974 
975 // NetworkDeviceFunctionCollection
976 const static auto& getNetworkDeviceFunctionCollection = privilegeSetLogin;
977 const static auto& headNetworkDeviceFunctionCollection = privilegeSetLogin;
978 const static auto& patchNetworkDeviceFunctionCollection =
979     privilegeSetConfigureComponents;
980 const static auto& postNetworkDeviceFunctionCollection =
981     privilegeSetConfigureComponents;
982 const static auto& putNetworkDeviceFunctionCollection =
983     privilegeSetConfigureComponents;
984 const static auto& deleteNetworkDeviceFunctionCollection =
985     privilegeSetConfigureComponents;
986 
987 // NetworkDeviceFunctionMetrics
988 const static auto& getNetworkDeviceFunctionMetrics = privilegeSetLogin;
989 const static auto& headNetworkDeviceFunctionMetrics = privilegeSetLogin;
990 const static auto& patchNetworkDeviceFunctionMetrics =
991     privilegeSetConfigureManager;
992 const static auto& putNetworkDeviceFunctionMetrics =
993     privilegeSetConfigureManager;
994 const static auto& deleteNetworkDeviceFunctionMetrics =
995     privilegeSetConfigureManager;
996 const static auto& postNetworkDeviceFunctionMetrics =
997     privilegeSetConfigureManager;
998 
999 // NetworkInterface
1000 const static auto& getNetworkInterface = privilegeSetLogin;
1001 const static auto& headNetworkInterface = privilegeSetLogin;
1002 const static auto& patchNetworkInterface = privilegeSetConfigureComponents;
1003 const static auto& postNetworkInterface = privilegeSetConfigureComponents;
1004 const static auto& putNetworkInterface = privilegeSetConfigureComponents;
1005 const static auto& deleteNetworkInterface = privilegeSetConfigureComponents;
1006 
1007 // NetworkInterfaceCollection
1008 const static auto& getNetworkInterfaceCollection = privilegeSetLogin;
1009 const static auto& headNetworkInterfaceCollection = privilegeSetLogin;
1010 const static auto& patchNetworkInterfaceCollection =
1011     privilegeSetConfigureComponents;
1012 const static auto& postNetworkInterfaceCollection =
1013     privilegeSetConfigureComponents;
1014 const static auto& putNetworkInterfaceCollection =
1015     privilegeSetConfigureComponents;
1016 const static auto& deleteNetworkInterfaceCollection =
1017     privilegeSetConfigureComponents;
1018 
1019 // NetworkPort
1020 const static auto& getNetworkPort = privilegeSetLogin;
1021 const static auto& headNetworkPort = privilegeSetLogin;
1022 const static auto& patchNetworkPort = privilegeSetConfigureComponents;
1023 const static auto& postNetworkPort = privilegeSetConfigureComponents;
1024 const static auto& putNetworkPort = privilegeSetConfigureComponents;
1025 const static auto& deleteNetworkPort = privilegeSetConfigureComponents;
1026 
1027 // NetworkPortCollection
1028 const static auto& getNetworkPortCollection = privilegeSetLogin;
1029 const static auto& headNetworkPortCollection = privilegeSetLogin;
1030 const static auto& patchNetworkPortCollection = privilegeSetConfigureComponents;
1031 const static auto& postNetworkPortCollection = privilegeSetConfigureComponents;
1032 const static auto& putNetworkPortCollection = privilegeSetConfigureComponents;
1033 const static auto& deleteNetworkPortCollection =
1034     privilegeSetConfigureComponents;
1035 
1036 // OperatingConfig
1037 const static auto& getOperatingConfig = privilegeSetLogin;
1038 const static auto& headOperatingConfig = privilegeSetLogin;
1039 const static auto& patchOperatingConfig = privilegeSetConfigureComponents;
1040 const static auto& postOperatingConfig = privilegeSetConfigureComponents;
1041 const static auto& putOperatingConfig = privilegeSetConfigureComponents;
1042 const static auto& deleteOperatingConfig = privilegeSetConfigureComponents;
1043 
1044 // OperatingConfigCollection
1045 const static auto& getOperatingConfigCollection = privilegeSetLogin;
1046 const static auto& headOperatingConfigCollection = privilegeSetLogin;
1047 const static auto& patchOperatingConfigCollection =
1048     privilegeSetConfigureComponents;
1049 const static auto& postOperatingConfigCollection =
1050     privilegeSetConfigureComponents;
1051 const static auto& putOperatingConfigCollection =
1052     privilegeSetConfigureComponents;
1053 const static auto& deleteOperatingConfigCollection =
1054     privilegeSetConfigureComponents;
1055 
1056 // Outlet
1057 const static auto& getOutlet = privilegeSetLogin;
1058 const static auto& headOutlet = privilegeSetLogin;
1059 const static auto& patchOutlet = privilegeSetConfigureComponents;
1060 const static auto& postOutlet = privilegeSetConfigureComponents;
1061 const static auto& putOutlet = privilegeSetConfigureComponents;
1062 const static auto& deleteOutlet = privilegeSetConfigureComponents;
1063 
1064 // OutletCollection
1065 const static auto& getOutletCollection = privilegeSetLogin;
1066 const static auto& headOutletCollection = privilegeSetLogin;
1067 const static auto& patchOutletCollection = privilegeSetConfigureComponents;
1068 const static auto& postOutletCollection = privilegeSetConfigureComponents;
1069 const static auto& putOutletCollection = privilegeSetConfigureComponents;
1070 const static auto& deleteOutletCollection = privilegeSetConfigureComponents;
1071 
1072 // OutletGroup
1073 const static auto& getOutletGroup = privilegeSetLogin;
1074 const static auto& headOutletGroup = privilegeSetLogin;
1075 const static auto& patchOutletGroup = privilegeSetConfigureComponents;
1076 const static auto& postOutletGroup = privilegeSetConfigureComponents;
1077 const static auto& putOutletGroup = privilegeSetConfigureComponents;
1078 const static auto& deleteOutletGroup = privilegeSetConfigureComponents;
1079 
1080 // OutletGroupCollection
1081 const static auto& getOutletGroupCollection = privilegeSetLogin;
1082 const static auto& headOutletGroupCollection = privilegeSetLogin;
1083 const static auto& patchOutletGroupCollection = privilegeSetConfigureComponents;
1084 const static auto& postOutletGroupCollection = privilegeSetConfigureComponents;
1085 const static auto& putOutletGroupCollection = privilegeSetConfigureComponents;
1086 const static auto& deleteOutletGroupCollection =
1087     privilegeSetConfigureComponents;
1088 
1089 // PCIeDevice
1090 const static auto& getPCIeDevice = privilegeSetLogin;
1091 const static auto& headPCIeDevice = privilegeSetLogin;
1092 const static auto& patchPCIeDevice = privilegeSetConfigureComponents;
1093 const static auto& postPCIeDevice = privilegeSetConfigureComponents;
1094 const static auto& putPCIeDevice = privilegeSetConfigureComponents;
1095 const static auto& deletePCIeDevice = privilegeSetConfigureComponents;
1096 
1097 // PCIeDeviceCollection
1098 const static auto& getPCIeDeviceCollection = privilegeSetLogin;
1099 const static auto& headPCIeDeviceCollection = privilegeSetLogin;
1100 const static auto& patchPCIeDeviceCollection = privilegeSetConfigureComponents;
1101 const static auto& postPCIeDeviceCollection = privilegeSetConfigureComponents;
1102 const static auto& putPCIeDeviceCollection = privilegeSetConfigureComponents;
1103 const static auto& deletePCIeDeviceCollection = privilegeSetConfigureComponents;
1104 
1105 // PCIeFunction
1106 const static auto& getPCIeFunction = privilegeSetLogin;
1107 const static auto& headPCIeFunction = privilegeSetLogin;
1108 const static auto& patchPCIeFunction = privilegeSetConfigureComponents;
1109 const static auto& postPCIeFunction = privilegeSetConfigureComponents;
1110 const static auto& putPCIeFunction = privilegeSetConfigureComponents;
1111 const static auto& deletePCIeFunction = privilegeSetConfigureComponents;
1112 
1113 // PCIeFunctionCollection
1114 const static auto& getPCIeFunctionCollection = privilegeSetLogin;
1115 const static auto& headPCIeFunctionCollection = privilegeSetLogin;
1116 const static auto& patchPCIeFunctionCollection =
1117     privilegeSetConfigureComponents;
1118 const static auto& postPCIeFunctionCollection = privilegeSetConfigureComponents;
1119 const static auto& putPCIeFunctionCollection = privilegeSetConfigureComponents;
1120 const static auto& deletePCIeFunctionCollection =
1121     privilegeSetConfigureComponents;
1122 
1123 // PCIeSlots
1124 const static auto& getPCIeSlots = privilegeSetLogin;
1125 const static auto& headPCIeSlots = privilegeSetLogin;
1126 const static auto& patchPCIeSlots = privilegeSetConfigureComponents;
1127 const static auto& postPCIeSlots = privilegeSetConfigureComponents;
1128 const static auto& putPCIeSlots = privilegeSetConfigureComponents;
1129 const static auto& deletePCIeSlots = privilegeSetConfigureComponents;
1130 
1131 // Port
1132 const static auto& getPort = privilegeSetLogin;
1133 const static auto& headPort = privilegeSetLogin;
1134 const static auto& patchPort = privilegeSetConfigureComponents;
1135 const static auto& postPort = privilegeSetConfigureComponents;
1136 const static auto& putPort = privilegeSetConfigureComponents;
1137 const static auto& deletePort = privilegeSetConfigureComponents;
1138 
1139 // PortCollection
1140 const static auto& getPortCollection = privilegeSetLogin;
1141 const static auto& headPortCollection = privilegeSetLogin;
1142 const static auto& patchPortCollection = privilegeSetConfigureComponents;
1143 const static auto& postPortCollection = privilegeSetConfigureComponents;
1144 const static auto& putPortCollection = privilegeSetConfigureComponents;
1145 const static auto& deletePortCollection = privilegeSetConfigureComponents;
1146 
1147 // PortMetrics
1148 const static auto& getPortMetrics = privilegeSetLogin;
1149 const static auto& headPortMetrics = privilegeSetLogin;
1150 const static auto& patchPortMetrics = privilegeSetConfigureComponents;
1151 const static auto& postPortMetrics = privilegeSetConfigureComponents;
1152 const static auto& putPortMetrics = privilegeSetConfigureComponents;
1153 const static auto& deletePortMetrics = privilegeSetConfigureComponents;
1154 
1155 // Power
1156 const static auto& getPower = privilegeSetLogin;
1157 const static auto& headPower = privilegeSetLogin;
1158 const static auto& patchPower = privilegeSetConfigureManager;
1159 const static auto& putPower = privilegeSetConfigureManager;
1160 const static auto& deletePower = privilegeSetConfigureManager;
1161 const static auto& postPower = privilegeSetConfigureManager;
1162 
1163 // PowerDistribution
1164 const static auto& getPowerDistribution = privilegeSetLogin;
1165 const static auto& headPowerDistribution = privilegeSetLogin;
1166 const static auto& patchPowerDistribution = privilegeSetConfigureComponents;
1167 const static auto& postPowerDistribution = privilegeSetConfigureComponents;
1168 const static auto& putPowerDistribution = privilegeSetConfigureComponents;
1169 const static auto& deletePowerDistribution = privilegeSetConfigureComponents;
1170 
1171 // PowerDistributionCollection
1172 const static auto& getPowerDistributionCollection = privilegeSetLogin;
1173 const static auto& headPowerDistributionCollection = privilegeSetLogin;
1174 const static auto& patchPowerDistributionCollection =
1175     privilegeSetConfigureComponents;
1176 const static auto& postPowerDistributionCollection =
1177     privilegeSetConfigureComponents;
1178 const static auto& putPowerDistributionCollection =
1179     privilegeSetConfigureComponents;
1180 const static auto& deletePowerDistributionCollection =
1181     privilegeSetConfigureComponents;
1182 
1183 // PowerDistributionMetrics
1184 const static auto& getPowerDistributionMetrics = privilegeSetLogin;
1185 const static auto& headPowerDistributionMetrics = privilegeSetLogin;
1186 const static auto& patchPowerDistributionMetrics =
1187     privilegeSetConfigureComponents;
1188 const static auto& postPowerDistributionMetrics =
1189     privilegeSetConfigureComponents;
1190 const static auto& putPowerDistributionMetrics =
1191     privilegeSetConfigureComponents;
1192 const static auto& deletePowerDistributionMetrics =
1193     privilegeSetConfigureComponents;
1194 
1195 // PowerDomain
1196 const static auto& getPowerDomain = privilegeSetLogin;
1197 const static auto& headPowerDomain = privilegeSetLogin;
1198 const static auto& patchPowerDomain = privilegeSetConfigureManager;
1199 const static auto& putPowerDomain = privilegeSetConfigureManager;
1200 const static auto& deletePowerDomain = privilegeSetConfigureManager;
1201 const static auto& postPowerDomain = privilegeSetConfigureManager;
1202 
1203 // PowerDomainCollection
1204 const static auto& getPowerDomainCollection = privilegeSetLogin;
1205 const static auto& headPowerDomainCollection = privilegeSetLogin;
1206 const static auto& patchPowerDomainCollection = privilegeSetConfigureManager;
1207 const static auto& putPowerDomainCollection = privilegeSetConfigureManager;
1208 const static auto& deletePowerDomainCollection = privilegeSetConfigureManager;
1209 const static auto& postPowerDomainCollection = privilegeSetConfigureManager;
1210 
1211 // PowerEquipment
1212 const static auto& getPowerEquipment = privilegeSetLogin;
1213 const static auto& headPowerEquipment = privilegeSetLogin;
1214 const static auto& patchPowerEquipment = privilegeSetConfigureManager;
1215 const static auto& putPowerEquipment = privilegeSetConfigureManager;
1216 const static auto& deletePowerEquipment = privilegeSetConfigureManager;
1217 const static auto& postPowerEquipment = privilegeSetConfigureManager;
1218 
1219 // PowerSubsystem
1220 const static auto& getPowerSubsystem = privilegeSetLogin;
1221 const static auto& headPowerSubsystem = privilegeSetLogin;
1222 const static auto& patchPowerSubsystem = privilegeSetConfigureManager;
1223 const static auto& putPowerSubsystem = privilegeSetConfigureManager;
1224 const static auto& deletePowerSubsystem = privilegeSetConfigureManager;
1225 const static auto& postPowerSubsystem = privilegeSetConfigureManager;
1226 
1227 // PowerSupply
1228 const static auto& getPowerSupply = privilegeSetLogin;
1229 const static auto& headPowerSupply = privilegeSetLogin;
1230 const static auto& patchPowerSupply = privilegeSetConfigureManager;
1231 const static auto& putPowerSupply = privilegeSetConfigureManager;
1232 const static auto& deletePowerSupply = privilegeSetConfigureManager;
1233 const static auto& postPowerSupply = privilegeSetConfigureManager;
1234 
1235 // PowerSupplyCollection
1236 const static auto& getPowerSupplyCollection = privilegeSetLogin;
1237 const static auto& headPowerSupplyCollection = privilegeSetLogin;
1238 const static auto& patchPowerSupplyCollection = privilegeSetConfigureManager;
1239 const static auto& putPowerSupplyCollection = privilegeSetConfigureManager;
1240 const static auto& deletePowerSupplyCollection = privilegeSetConfigureManager;
1241 const static auto& postPowerSupplyCollection = privilegeSetConfigureManager;
1242 
1243 // PowerSupplyMetrics
1244 const static auto& getPowerSupplyMetrics = privilegeSetLogin;
1245 const static auto& headPowerSupplyMetrics = privilegeSetLogin;
1246 const static auto& patchPowerSupplyMetrics = privilegeSetConfigureManager;
1247 const static auto& putPowerSupplyMetrics = privilegeSetConfigureManager;
1248 const static auto& deletePowerSupplyMetrics = privilegeSetConfigureManager;
1249 const static auto& postPowerSupplyMetrics = privilegeSetConfigureManager;
1250 
1251 // Processor
1252 const static auto& getProcessor = privilegeSetLogin;
1253 const static auto& headProcessor = privilegeSetLogin;
1254 const static auto& patchProcessor = privilegeSetConfigureComponents;
1255 const static auto& putProcessor = privilegeSetConfigureComponents;
1256 const static auto& deleteProcessor = privilegeSetConfigureComponents;
1257 const static auto& postProcessor = privilegeSetConfigureComponents;
1258 
1259 // ProcessorCollection
1260 const static auto& getProcessorCollection = privilegeSetLogin;
1261 const static auto& headProcessorCollection = privilegeSetLogin;
1262 const static auto& patchProcessorCollection = privilegeSetConfigureComponents;
1263 const static auto& putProcessorCollection = privilegeSetConfigureComponents;
1264 const static auto& deleteProcessorCollection = privilegeSetConfigureComponents;
1265 const static auto& postProcessorCollection = privilegeSetConfigureComponents;
1266 
1267 // ProcessorMetrics
1268 const static auto& getProcessorMetrics = privilegeSetLogin;
1269 const static auto& headProcessorMetrics = privilegeSetLogin;
1270 const static auto& patchProcessorMetrics = privilegeSetConfigureComponents;
1271 const static auto& putProcessorMetrics = privilegeSetConfigureComponents;
1272 const static auto& deleteProcessorMetrics = privilegeSetConfigureComponents;
1273 const static auto& postProcessorMetrics = privilegeSetConfigureComponents;
1274 
1275 // ResourceBlock
1276 const static auto& getResourceBlock = privilegeSetLogin;
1277 const static auto& headResourceBlock = privilegeSetLogin;
1278 const static auto& patchResourceBlock = privilegeSetConfigureComponents;
1279 const static auto& putResourceBlock = privilegeSetConfigureComponents;
1280 const static auto& deleteResourceBlock = privilegeSetConfigureComponents;
1281 const static auto& postResourceBlock = privilegeSetConfigureComponents;
1282 
1283 // ResourceBlockCollection
1284 const static auto& getResourceBlockCollection = privilegeSetLogin;
1285 const static auto& headResourceBlockCollection = privilegeSetLogin;
1286 const static auto& patchResourceBlockCollection =
1287     privilegeSetConfigureComponents;
1288 const static auto& putResourceBlockCollection = privilegeSetConfigureComponents;
1289 const static auto& deleteResourceBlockCollection =
1290     privilegeSetConfigureComponents;
1291 const static auto& postResourceBlockCollection =
1292     privilegeSetConfigureComponents;
1293 
1294 // Role
1295 const static auto& getRole = privilegeSetLogin;
1296 const static auto& headRole = privilegeSetLogin;
1297 const static auto& patchRole = privilegeSetConfigureManager;
1298 const static auto& putRole = privilegeSetConfigureManager;
1299 const static auto& deleteRole = privilegeSetConfigureManager;
1300 const static auto& postRole = privilegeSetConfigureManager;
1301 
1302 // RoleCollection
1303 const static auto& getRoleCollection = privilegeSetLogin;
1304 const static auto& headRoleCollection = privilegeSetLogin;
1305 const static auto& patchRoleCollection = privilegeSetConfigureManager;
1306 const static auto& putRoleCollection = privilegeSetConfigureManager;
1307 const static auto& deleteRoleCollection = privilegeSetConfigureManager;
1308 const static auto& postRoleCollection = privilegeSetConfigureManager;
1309 
1310 // RouteEntry
1311 const static auto& getRouteEntry = privilegeSetLogin;
1312 const static auto& headRouteEntry = privilegeSetLogin;
1313 const static auto& patchRouteEntry = privilegeSetConfigureComponents;
1314 const static auto& putRouteEntry = privilegeSetConfigureComponents;
1315 const static auto& deleteRouteEntry = privilegeSetConfigureComponents;
1316 const static auto& postRouteEntry = privilegeSetConfigureComponents;
1317 
1318 // RouteEntryCollection
1319 const static auto& getRouteEntryCollection = privilegeSetLogin;
1320 const static auto& headRouteEntryCollection = privilegeSetLogin;
1321 const static auto& patchRouteEntryCollection = privilegeSetConfigureComponents;
1322 const static auto& putRouteEntryCollection = privilegeSetConfigureComponents;
1323 const static auto& deleteRouteEntryCollection = privilegeSetConfigureComponents;
1324 const static auto& postRouteEntryCollection = privilegeSetConfigureComponents;
1325 
1326 // RouteSetEntry
1327 const static auto& getRouteSetEntry = privilegeSetLogin;
1328 const static auto& headRouteSetEntry = privilegeSetLogin;
1329 const static auto& patchRouteSetEntry = privilegeSetConfigureComponents;
1330 const static auto& putRouteSetEntry = privilegeSetConfigureComponents;
1331 const static auto& deleteRouteSetEntry = privilegeSetConfigureComponents;
1332 const static auto& postRouteSetEntry = privilegeSetConfigureComponents;
1333 
1334 // RouteSetEntryCollection
1335 const static auto& getRouteSetEntryCollection = privilegeSetLogin;
1336 const static auto& headRouteSetEntryCollection = privilegeSetLogin;
1337 const static auto& patchRouteSetEntryCollection =
1338     privilegeSetConfigureComponents;
1339 const static auto& putRouteSetEntryCollection = privilegeSetConfigureComponents;
1340 const static auto& deleteRouteSetEntryCollection =
1341     privilegeSetConfigureComponents;
1342 const static auto& postRouteSetEntryCollection =
1343     privilegeSetConfigureComponents;
1344 
1345 // SecureBoot
1346 const static auto& getSecureBoot = privilegeSetLogin;
1347 const static auto& headSecureBoot = privilegeSetLogin;
1348 const static auto& patchSecureBoot = privilegeSetConfigureComponents;
1349 const static auto& postSecureBoot = privilegeSetConfigureComponents;
1350 const static auto& putSecureBoot = privilegeSetConfigureComponents;
1351 const static auto& deleteSecureBoot = privilegeSetConfigureComponents;
1352 
1353 // SecureBootDatabase
1354 const static auto& getSecureBootDatabase = privilegeSetLogin;
1355 const static auto& headSecureBootDatabase = privilegeSetLogin;
1356 const static auto& patchSecureBootDatabase = privilegeSetConfigureComponents;
1357 const static auto& postSecureBootDatabase = privilegeSetConfigureComponents;
1358 const static auto& putSecureBootDatabase = privilegeSetConfigureComponents;
1359 const static auto& deleteSecureBootDatabase = privilegeSetConfigureComponents;
1360 
1361 // SecureBootDatabaseCollection
1362 const static auto& getSecureBootDatabaseCollection = privilegeSetLogin;
1363 const static auto& headSecureBootDatabaseCollection = privilegeSetLogin;
1364 const static auto& patchSecureBootDatabaseCollection =
1365     privilegeSetConfigureComponents;
1366 const static auto& postSecureBootDatabaseCollection =
1367     privilegeSetConfigureComponents;
1368 const static auto& putSecureBootDatabaseCollection =
1369     privilegeSetConfigureComponents;
1370 const static auto& deleteSecureBootDatabaseCollection =
1371     privilegeSetConfigureComponents;
1372 
1373 // Sensor
1374 const static auto& getSensor = privilegeSetLogin;
1375 const static auto& headSensor = privilegeSetLogin;
1376 const static auto& patchSensor = privilegeSetConfigureComponents;
1377 const static auto& postSensor = privilegeSetConfigureComponents;
1378 const static auto& putSensor = privilegeSetConfigureComponents;
1379 const static auto& deleteSensor = privilegeSetConfigureComponents;
1380 
1381 // SensorCollection
1382 const static auto& getSensorCollection = privilegeSetLogin;
1383 const static auto& headSensorCollection = privilegeSetLogin;
1384 const static auto& patchSensorCollection = privilegeSetConfigureComponents;
1385 const static auto& postSensorCollection = privilegeSetConfigureComponents;
1386 const static auto& putSensorCollection = privilegeSetConfigureComponents;
1387 const static auto& deleteSensorCollection = privilegeSetConfigureComponents;
1388 
1389 // SerialInterface
1390 const static auto& getSerialInterface = privilegeSetLogin;
1391 const static auto& headSerialInterface = privilegeSetLogin;
1392 const static auto& patchSerialInterface = privilegeSetConfigureManager;
1393 const static auto& putSerialInterface = privilegeSetConfigureManager;
1394 const static auto& deleteSerialInterface = privilegeSetConfigureManager;
1395 const static auto& postSerialInterface = privilegeSetConfigureManager;
1396 
1397 // SerialInterfaceCollection
1398 const static auto& getSerialInterfaceCollection = privilegeSetLogin;
1399 const static auto& headSerialInterfaceCollection = privilegeSetLogin;
1400 const static auto& patchSerialInterfaceCollection =
1401     privilegeSetConfigureManager;
1402 const static auto& putSerialInterfaceCollection = privilegeSetConfigureManager;
1403 const static auto& deleteSerialInterfaceCollection =
1404     privilegeSetConfigureManager;
1405 const static auto& postSerialInterfaceCollection = privilegeSetConfigureManager;
1406 
1407 // ServiceRoot
1408 const static auto& getServiceRoot = privilegeSetLoginOrNoAuth;
1409 const static auto& headServiceRoot = privilegeSetLoginOrNoAuth;
1410 const static auto& patchServiceRoot = privilegeSetConfigureManager;
1411 const static auto& putServiceRoot = privilegeSetConfigureManager;
1412 const static auto& deleteServiceRoot = privilegeSetConfigureManager;
1413 const static auto& postServiceRoot = privilegeSetConfigureManager;
1414 
1415 // Session
1416 const static auto& getSession = privilegeSetLogin;
1417 const static auto& headSession = privilegeSetLogin;
1418 const static auto& patchSession = privilegeSetConfigureManager;
1419 const static auto& putSession = privilegeSetConfigureManager;
1420 const static auto& deleteSession = privilegeSetConfigureManagerOrConfigureSelf;
1421 const static auto& postSession = privilegeSetConfigureManager;
1422 
1423 // SessionCollection
1424 const static auto& getSessionCollection = privilegeSetLogin;
1425 const static auto& headSessionCollection = privilegeSetLogin;
1426 const static auto& patchSessionCollection = privilegeSetConfigureManager;
1427 const static auto& putSessionCollection = privilegeSetConfigureManager;
1428 const static auto& deleteSessionCollection = privilegeSetConfigureManager;
1429 const static auto& postSessionCollection = privilegeSetLogin;
1430 
1431 // SessionService
1432 const static auto& getSessionService = privilegeSetLogin;
1433 const static auto& headSessionService = privilegeSetLogin;
1434 const static auto& patchSessionService = privilegeSetConfigureManager;
1435 const static auto& putSessionService = privilegeSetConfigureManager;
1436 const static auto& deleteSessionService = privilegeSetConfigureManager;
1437 const static auto& postSessionService = privilegeSetConfigureManager;
1438 
1439 // Signature
1440 const static auto& getSignature = privilegeSetLogin;
1441 const static auto& headSignature = privilegeSetLogin;
1442 const static auto& patchSignature = privilegeSetConfigureComponents;
1443 const static auto& postSignature = privilegeSetConfigureComponents;
1444 const static auto& putSignature = privilegeSetConfigureComponents;
1445 const static auto& deleteSignature = privilegeSetConfigureComponents;
1446 
1447 // SignatureCollection
1448 const static auto& getSignatureCollection = privilegeSetLogin;
1449 const static auto& headSignatureCollection = privilegeSetLogin;
1450 const static auto& patchSignatureCollection = privilegeSetConfigureComponents;
1451 const static auto& postSignatureCollection = privilegeSetConfigureComponents;
1452 const static auto& putSignatureCollection = privilegeSetConfigureComponents;
1453 const static auto& deleteSignatureCollection = privilegeSetConfigureComponents;
1454 
1455 // SimpleStorage
1456 const static auto& getSimpleStorage = privilegeSetLogin;
1457 const static auto& headSimpleStorage = privilegeSetLogin;
1458 const static auto& patchSimpleStorage = privilegeSetConfigureComponents;
1459 const static auto& postSimpleStorage = privilegeSetConfigureComponents;
1460 const static auto& putSimpleStorage = privilegeSetConfigureComponents;
1461 const static auto& deleteSimpleStorage = privilegeSetConfigureComponents;
1462 
1463 // SimpleStorageCollection
1464 const static auto& getSimpleStorageCollection = privilegeSetLogin;
1465 const static auto& headSimpleStorageCollection = privilegeSetLogin;
1466 const static auto& patchSimpleStorageCollection =
1467     privilegeSetConfigureComponents;
1468 const static auto& postSimpleStorageCollection =
1469     privilegeSetConfigureComponents;
1470 const static auto& putSimpleStorageCollection = privilegeSetConfigureComponents;
1471 const static auto& deleteSimpleStorageCollection =
1472     privilegeSetConfigureComponents;
1473 
1474 // SoftwareInventory
1475 const static auto& getSoftwareInventory = privilegeSetLogin;
1476 const static auto& headSoftwareInventory = privilegeSetLogin;
1477 const static auto& patchSoftwareInventory = privilegeSetConfigureComponents;
1478 const static auto& postSoftwareInventory = privilegeSetConfigureComponents;
1479 const static auto& putSoftwareInventory = privilegeSetConfigureComponents;
1480 const static auto& deleteSoftwareInventory = privilegeSetConfigureComponents;
1481 
1482 // SoftwareInventoryCollection
1483 const static auto& getSoftwareInventoryCollection = privilegeSetLogin;
1484 const static auto& headSoftwareInventoryCollection = privilegeSetLogin;
1485 const static auto& patchSoftwareInventoryCollection =
1486     privilegeSetConfigureComponents;
1487 const static auto& postSoftwareInventoryCollection =
1488     privilegeSetConfigureComponents;
1489 const static auto& putSoftwareInventoryCollection =
1490     privilegeSetConfigureComponents;
1491 const static auto& deleteSoftwareInventoryCollection =
1492     privilegeSetConfigureComponents;
1493 
1494 // Storage
1495 const static auto& getStorage = privilegeSetLogin;
1496 const static auto& headStorage = privilegeSetLogin;
1497 const static auto& patchStorage = privilegeSetConfigureComponents;
1498 const static auto& postStorage = privilegeSetConfigureComponents;
1499 const static auto& putStorage = privilegeSetConfigureComponents;
1500 const static auto& deleteStorage = privilegeSetConfigureComponents;
1501 
1502 // StorageCollection
1503 const static auto& getStorageCollection = privilegeSetLogin;
1504 const static auto& headStorageCollection = privilegeSetLogin;
1505 const static auto& patchStorageCollection = privilegeSetConfigureComponents;
1506 const static auto& postStorageCollection = privilegeSetConfigureComponents;
1507 const static auto& putStorageCollection = privilegeSetConfigureComponents;
1508 const static auto& deleteStorageCollection = privilegeSetConfigureComponents;
1509 
1510 // StorageController
1511 const static auto& getStorageController = privilegeSetLogin;
1512 const static auto& headStorageController = privilegeSetLogin;
1513 const static auto& patchStorageController = privilegeSetConfigureComponents;
1514 const static auto& postStorageController = privilegeSetConfigureComponents;
1515 const static auto& putStorageController = privilegeSetConfigureComponents;
1516 const static auto& deleteStorageController = privilegeSetConfigureComponents;
1517 
1518 // StorageControllerCollection
1519 const static auto& getStorageControllerCollection = privilegeSetLogin;
1520 const static auto& headStorageControllerCollection = privilegeSetLogin;
1521 const static auto& patchStorageControllerCollection =
1522     privilegeSetConfigureComponents;
1523 const static auto& postStorageControllerCollection =
1524     privilegeSetConfigureComponents;
1525 const static auto& putStorageControllerCollection =
1526     privilegeSetConfigureComponents;
1527 const static auto& deleteStorageControllerCollection =
1528     privilegeSetConfigureComponents;
1529 
1530 // Switch
1531 const static auto& getSwitch = privilegeSetLogin;
1532 const static auto& headSwitch = privilegeSetLogin;
1533 const static auto& patchSwitch = privilegeSetConfigureComponents;
1534 const static auto& postSwitch = privilegeSetConfigureComponents;
1535 const static auto& putSwitch = privilegeSetConfigureComponents;
1536 const static auto& deleteSwitch = privilegeSetConfigureComponents;
1537 
1538 // SwitchCollection
1539 const static auto& getSwitchCollection = privilegeSetLogin;
1540 const static auto& headSwitchCollection = privilegeSetLogin;
1541 const static auto& patchSwitchCollection = privilegeSetConfigureComponents;
1542 const static auto& postSwitchCollection = privilegeSetConfigureComponents;
1543 const static auto& putSwitchCollection = privilegeSetConfigureComponents;
1544 const static auto& deleteSwitchCollection = privilegeSetConfigureComponents;
1545 
1546 // Task
1547 const static auto& getTask = privilegeSetLogin;
1548 const static auto& headTask = privilegeSetLogin;
1549 const static auto& patchTask = privilegeSetConfigureManager;
1550 const static auto& putTask = privilegeSetConfigureManager;
1551 const static auto& deleteTask = privilegeSetConfigureManager;
1552 const static auto& postTask = privilegeSetConfigureManager;
1553 
1554 // TaskCollection
1555 const static auto& getTaskCollection = privilegeSetLogin;
1556 const static auto& headTaskCollection = privilegeSetLogin;
1557 const static auto& patchTaskCollection = privilegeSetConfigureManager;
1558 const static auto& putTaskCollection = privilegeSetConfigureManager;
1559 const static auto& deleteTaskCollection = privilegeSetConfigureManager;
1560 const static auto& postTaskCollection = privilegeSetConfigureManager;
1561 
1562 // TaskService
1563 const static auto& getTaskService = privilegeSetLogin;
1564 const static auto& headTaskService = privilegeSetLogin;
1565 const static auto& patchTaskService = privilegeSetConfigureManager;
1566 const static auto& putTaskService = privilegeSetConfigureManager;
1567 const static auto& deleteTaskService = privilegeSetConfigureManager;
1568 const static auto& postTaskService = privilegeSetConfigureManager;
1569 
1570 // TelemetryService
1571 const static auto& getTelemetryService = privilegeSetLogin;
1572 const static auto& headTelemetryService = privilegeSetLogin;
1573 const static auto& patchTelemetryService = privilegeSetConfigureManager;
1574 const static auto& putTelemetryService = privilegeSetConfigureManager;
1575 const static auto& deleteTelemetryService = privilegeSetConfigureManager;
1576 const static auto& postTelemetryService = privilegeSetConfigureManager;
1577 
1578 // Thermal
1579 const static auto& getThermal = privilegeSetLogin;
1580 const static auto& headThermal = privilegeSetLogin;
1581 const static auto& patchThermal = privilegeSetConfigureManager;
1582 const static auto& putThermal = privilegeSetConfigureManager;
1583 const static auto& deleteThermal = privilegeSetConfigureManager;
1584 const static auto& postThermal = privilegeSetConfigureManager;
1585 
1586 // ThermalMetrics
1587 const static auto& getThermalMetrics = privilegeSetLogin;
1588 const static auto& headThermalMetrics = privilegeSetLogin;
1589 const static auto& patchThermalMetrics = privilegeSetConfigureManager;
1590 const static auto& putThermalMetrics = privilegeSetConfigureManager;
1591 const static auto& deleteThermalMetrics = privilegeSetConfigureManager;
1592 const static auto& postThermalMetrics = privilegeSetConfigureManager;
1593 
1594 // ThermalSubsystem
1595 const static auto& getThermalSubsystem = privilegeSetLogin;
1596 const static auto& headThermalSubsystem = privilegeSetLogin;
1597 const static auto& patchThermalSubsystem = privilegeSetConfigureManager;
1598 const static auto& putThermalSubsystem = privilegeSetConfigureManager;
1599 const static auto& deleteThermalSubsystem = privilegeSetConfigureManager;
1600 const static auto& postThermalSubsystem = privilegeSetConfigureManager;
1601 
1602 // Triggers
1603 const static auto& getTriggers = privilegeSetLogin;
1604 const static auto& headTriggers = privilegeSetLogin;
1605 const static auto& patchTriggers = privilegeSetConfigureManager;
1606 const static auto& putTriggers = privilegeSetConfigureManager;
1607 const static auto& deleteTriggers = privilegeSetConfigureManager;
1608 const static auto& postTriggers = privilegeSetConfigureManager;
1609 
1610 // TriggersCollection
1611 const static auto& getTriggersCollection = privilegeSetLogin;
1612 const static auto& headTriggersCollection = privilegeSetLogin;
1613 const static auto& patchTriggersCollection = privilegeSetConfigureManager;
1614 const static auto& putTriggersCollection = privilegeSetConfigureManager;
1615 const static auto& deleteTriggersCollection = privilegeSetConfigureManager;
1616 const static auto& postTriggersCollection = privilegeSetConfigureManager;
1617 
1618 // UpdateService
1619 const static auto& getUpdateService = privilegeSetLogin;
1620 const static auto& headUpdateService = privilegeSetLogin;
1621 const static auto& patchUpdateService = privilegeSetConfigureComponents;
1622 const static auto& postUpdateService = privilegeSetConfigureComponents;
1623 const static auto& putUpdateService = privilegeSetConfigureComponents;
1624 const static auto& deleteUpdateService = privilegeSetConfigureComponents;
1625 
1626 // USBController
1627 const static auto& getUSBController = privilegeSetLogin;
1628 const static auto& headUSBController = privilegeSetLogin;
1629 const static auto& patchUSBController = privilegeSetConfigureComponents;
1630 const static auto& putUSBController = privilegeSetConfigureComponents;
1631 const static auto& deleteUSBController = privilegeSetConfigureComponents;
1632 const static auto& postUSBController = privilegeSetConfigureComponents;
1633 
1634 // USBControllerCollection
1635 const static auto& getUSBControllerCollection = privilegeSetLogin;
1636 const static auto& headUSBControllerCollection = privilegeSetLogin;
1637 const static auto& patchUSBControllerCollection =
1638     privilegeSetConfigureComponents;
1639 const static auto& putUSBControllerCollection = privilegeSetConfigureComponents;
1640 const static auto& deleteUSBControllerCollection =
1641     privilegeSetConfigureComponents;
1642 const static auto& postUSBControllerCollection =
1643     privilegeSetConfigureComponents;
1644 
1645 // VCATEntry
1646 const static auto& getVCATEntry = privilegeSetLogin;
1647 const static auto& headVCATEntry = privilegeSetLogin;
1648 const static auto& patchVCATEntry = privilegeSetConfigureComponents;
1649 const static auto& putVCATEntry = privilegeSetConfigureComponents;
1650 const static auto& deleteVCATEntry = privilegeSetConfigureComponents;
1651 const static auto& postVCATEntry = privilegeSetConfigureComponents;
1652 
1653 // VCATEntryCollection
1654 const static auto& getVCATEntryCollection = privilegeSetLogin;
1655 const static auto& headVCATEntryCollection = privilegeSetLogin;
1656 const static auto& patchVCATEntryCollection = privilegeSetConfigureComponents;
1657 const static auto& putVCATEntryCollection = privilegeSetConfigureComponents;
1658 const static auto& deleteVCATEntryCollection = privilegeSetConfigureComponents;
1659 const static auto& postVCATEntryCollection = privilegeSetConfigureComponents;
1660 
1661 // VLanNetworkInterface
1662 const static auto& getVLanNetworkInterface = privilegeSetLogin;
1663 const static auto& headVLanNetworkInterface = privilegeSetLogin;
1664 const static auto& patchVLanNetworkInterface = privilegeSetConfigureManager;
1665 const static auto& putVLanNetworkInterface = privilegeSetConfigureManager;
1666 const static auto& deleteVLanNetworkInterface = privilegeSetConfigureManager;
1667 const static auto& postVLanNetworkInterface = privilegeSetConfigureManager;
1668 
1669 // VLanNetworkInterfaceCollection
1670 const static auto& getVLanNetworkInterfaceCollection = privilegeSetLogin;
1671 const static auto& headVLanNetworkInterfaceCollection = privilegeSetLogin;
1672 const static auto& patchVLanNetworkInterfaceCollection =
1673     privilegeSetConfigureManager;
1674 const static auto& putVLanNetworkInterfaceCollection =
1675     privilegeSetConfigureManager;
1676 const static auto& deleteVLanNetworkInterfaceCollection =
1677     privilegeSetConfigureManager;
1678 const static auto& postVLanNetworkInterfaceCollection =
1679     privilegeSetConfigureManager;
1680 
1681 // VirtualMedia
1682 const static auto& getVirtualMedia = privilegeSetLogin;
1683 const static auto& headVirtualMedia = privilegeSetLogin;
1684 const static auto& patchVirtualMedia = privilegeSetConfigureManager;
1685 const static auto& putVirtualMedia = privilegeSetConfigureManager;
1686 const static auto& deleteVirtualMedia = privilegeSetConfigureManager;
1687 const static auto& postVirtualMedia = privilegeSetConfigureManager;
1688 
1689 // VirtualMediaCollection
1690 const static auto& getVirtualMediaCollection = privilegeSetLogin;
1691 const static auto& headVirtualMediaCollection = privilegeSetLogin;
1692 const static auto& patchVirtualMediaCollection = privilegeSetConfigureManager;
1693 const static auto& putVirtualMediaCollection = privilegeSetConfigureManager;
1694 const static auto& deleteVirtualMediaCollection = privilegeSetConfigureManager;
1695 const static auto& postVirtualMediaCollection = privilegeSetConfigureManager;
1696 
1697 // Volume
1698 const static auto& getVolume = privilegeSetLogin;
1699 const static auto& headVolume = privilegeSetLogin;
1700 const static auto& patchVolume = privilegeSetConfigureComponents;
1701 const static auto& postVolume = privilegeSetConfigureComponents;
1702 const static auto& putVolume = privilegeSetConfigureComponents;
1703 const static auto& deleteVolume = privilegeSetConfigureComponents;
1704 
1705 // VolumeCollection
1706 const static auto& getVolumeCollection = privilegeSetLogin;
1707 const static auto& headVolumeCollection = privilegeSetLogin;
1708 const static auto& patchVolumeCollection = privilegeSetConfigureComponents;
1709 const static auto& postVolumeCollection = privilegeSetConfigureComponents;
1710 const static auto& putVolumeCollection = privilegeSetConfigureComponents;
1711 const static auto& deleteVolumeCollection = privilegeSetConfigureComponents;
1712 
1713 // Zone
1714 const static auto& getZone = privilegeSetLogin;
1715 const static auto& headZone = privilegeSetLogin;
1716 const static auto& patchZone = privilegeSetConfigureComponents;
1717 const static auto& postZone = privilegeSetConfigureComponents;
1718 const static auto& putZone = privilegeSetConfigureComponents;
1719 const static auto& deleteZone = privilegeSetConfigureComponents;
1720 
1721 // ZoneCollection
1722 const static auto& getZoneCollection = privilegeSetLogin;
1723 const static auto& headZoneCollection = privilegeSetLogin;
1724 const static auto& patchZoneCollection = privilegeSetConfigureComponents;
1725 const static auto& postZoneCollection = privilegeSetConfigureComponents;
1726 const static auto& putZoneCollection = privilegeSetConfigureComponents;
1727 const static auto& deleteZoneCollection = privilegeSetConfigureComponents;
1728 
1729 } // namespace redfish::privileges
1730