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