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 // ManagerDiagnosticData 728 const static auto& getManagerDiagnosticData = privilegeSetLogin; 729 const static auto& headManagerDiagnosticData = privilegeSetLogin; 730 const static auto& patchManagerDiagnosticData = privilegeSetConfigureManager; 731 const static auto& postManagerDiagnosticData = privilegeSetConfigureManager; 732 const static auto& putManagerDiagnosticData = privilegeSetConfigureManager; 733 734 // ManagerNetworkProtocol 735 const static auto& getManagerNetworkProtocol = privilegeSetLogin; 736 const static auto& headManagerNetworkProtocol = privilegeSetLogin; 737 const static auto& patchManagerNetworkProtocol = privilegeSetConfigureManager; 738 const static auto& postManagerNetworkProtocol = privilegeSetConfigureManager; 739 const static auto& putManagerNetworkProtocol = privilegeSetConfigureManager; 740 const static auto& deleteManagerNetworkProtocol = privilegeSetConfigureManager; 741 742 // MediaController 743 const static auto& getMediaController = privilegeSetLogin; 744 const static auto& headMediaController = privilegeSetLogin; 745 const static auto& patchMediaController = privilegeSetConfigureComponents; 746 const static auto& postMediaController = privilegeSetConfigureComponents; 747 const static auto& putMediaController = privilegeSetConfigureComponents; 748 const static auto& deleteMediaController = privilegeSetConfigureComponents; 749 750 // MediaControllerCollection 751 const static auto& getMediaControllerCollection = privilegeSetLogin; 752 const static auto& headMediaControllerCollection = privilegeSetLogin; 753 const static auto& patchMediaControllerCollection = privilegeSetConfigureComponents; 754 const static auto& postMediaControllerCollection = privilegeSetConfigureComponents; 755 const static auto& putMediaControllerCollection = privilegeSetConfigureComponents; 756 const static auto& deleteMediaControllerCollection = privilegeSetConfigureComponents; 757 758 // Memory 759 const static auto& getMemory = privilegeSetLogin; 760 const static auto& headMemory = privilegeSetLogin; 761 const static auto& patchMemory = privilegeSetConfigureComponents; 762 const static auto& postMemory = privilegeSetConfigureComponents; 763 const static auto& putMemory = privilegeSetConfigureComponents; 764 const static auto& deleteMemory = privilegeSetConfigureComponents; 765 766 // MemoryCollection 767 const static auto& getMemoryCollection = privilegeSetLogin; 768 const static auto& headMemoryCollection = privilegeSetLogin; 769 const static auto& patchMemoryCollection = privilegeSetConfigureComponents; 770 const static auto& postMemoryCollection = privilegeSetConfigureComponents; 771 const static auto& putMemoryCollection = privilegeSetConfigureComponents; 772 const static auto& deleteMemoryCollection = privilegeSetConfigureComponents; 773 774 // MemoryChunks 775 const static auto& getMemoryChunks = privilegeSetLogin; 776 const static auto& headMemoryChunks = privilegeSetLogin; 777 const static auto& patchMemoryChunks = privilegeSetConfigureComponents; 778 const static auto& postMemoryChunks = privilegeSetConfigureComponents; 779 const static auto& putMemoryChunks = privilegeSetConfigureComponents; 780 const static auto& deleteMemoryChunks = privilegeSetConfigureComponents; 781 782 // MemoryChunksCollection 783 const static auto& getMemoryChunksCollection = privilegeSetLogin; 784 const static auto& headMemoryChunksCollection = privilegeSetLogin; 785 const static auto& patchMemoryChunksCollection = privilegeSetConfigureComponents; 786 const static auto& postMemoryChunksCollection = privilegeSetConfigureComponents; 787 const static auto& putMemoryChunksCollection = privilegeSetConfigureComponents; 788 const static auto& deleteMemoryChunksCollection = privilegeSetConfigureComponents; 789 790 // MemoryDomain 791 const static auto& getMemoryDomain = privilegeSetLogin; 792 const static auto& headMemoryDomain = privilegeSetLogin; 793 const static auto& patchMemoryDomain = privilegeSetConfigureComponents; 794 const static auto& postMemoryDomain = privilegeSetConfigureComponents; 795 const static auto& putMemoryDomain = privilegeSetConfigureComponents; 796 const static auto& deleteMemoryDomain = privilegeSetConfigureComponents; 797 798 // MemoryDomainCollection 799 const static auto& getMemoryDomainCollection = privilegeSetLogin; 800 const static auto& headMemoryDomainCollection = privilegeSetLogin; 801 const static auto& patchMemoryDomainCollection = privilegeSetConfigureComponents; 802 const static auto& postMemoryDomainCollection = privilegeSetConfigureComponents; 803 const static auto& putMemoryDomainCollection = privilegeSetConfigureComponents; 804 const static auto& deleteMemoryDomainCollection = privilegeSetConfigureComponents; 805 806 // MemoryMetrics 807 const static auto& getMemoryMetrics = privilegeSetLogin; 808 const static auto& headMemoryMetrics = privilegeSetLogin; 809 const static auto& patchMemoryMetrics = privilegeSetConfigureComponents; 810 const static auto& postMemoryMetrics = privilegeSetConfigureComponents; 811 const static auto& putMemoryMetrics = privilegeSetConfigureComponents; 812 const static auto& deleteMemoryMetrics = privilegeSetConfigureComponents; 813 814 // MessageRegistryFile 815 const static auto& getMessageRegistryFile = privilegeSetLogin; 816 const static auto& headMessageRegistryFile = privilegeSetLogin; 817 const static auto& patchMessageRegistryFile = privilegeSetConfigureManager; 818 const static auto& postMessageRegistryFile = privilegeSetConfigureManager; 819 const static auto& putMessageRegistryFile = privilegeSetConfigureManager; 820 const static auto& deleteMessageRegistryFile = privilegeSetConfigureManager; 821 822 // MessageRegistryFileCollection 823 const static auto& getMessageRegistryFileCollection = privilegeSetLogin; 824 const static auto& headMessageRegistryFileCollection = privilegeSetLogin; 825 const static auto& patchMessageRegistryFileCollection = privilegeSetConfigureManager; 826 const static auto& postMessageRegistryFileCollection = privilegeSetConfigureManager; 827 const static auto& putMessageRegistryFileCollection = privilegeSetConfigureManager; 828 const static auto& deleteMessageRegistryFileCollection = privilegeSetConfigureManager; 829 830 // MetricDefinition 831 const static auto& getMetricDefinition = privilegeSetLogin; 832 const static auto& headMetricDefinition = privilegeSetLogin; 833 const static auto& patchMetricDefinition = privilegeSetConfigureManager; 834 const static auto& putMetricDefinition = privilegeSetConfigureManager; 835 const static auto& deleteMetricDefinition = privilegeSetConfigureManager; 836 const static auto& postMetricDefinition = privilegeSetConfigureManager; 837 838 // MetricDefinitionCollection 839 const static auto& getMetricDefinitionCollection = privilegeSetLogin; 840 const static auto& headMetricDefinitionCollection = privilegeSetLogin; 841 const static auto& patchMetricDefinitionCollection = privilegeSetConfigureManager; 842 const static auto& putMetricDefinitionCollection = privilegeSetConfigureManager; 843 const static auto& deleteMetricDefinitionCollection = privilegeSetConfigureManager; 844 const static auto& postMetricDefinitionCollection = privilegeSetConfigureManager; 845 846 // MetricReport 847 const static auto& getMetricReport = privilegeSetLogin; 848 const static auto& headMetricReport = privilegeSetLogin; 849 const static auto& patchMetricReport = privilegeSetConfigureManager; 850 const static auto& putMetricReport = privilegeSetConfigureManager; 851 const static auto& deleteMetricReport = privilegeSetConfigureManager; 852 const static auto& postMetricReport = privilegeSetConfigureManager; 853 854 // MetricReportCollection 855 const static auto& getMetricReportCollection = privilegeSetLogin; 856 const static auto& headMetricReportCollection = privilegeSetLogin; 857 const static auto& patchMetricReportCollection = privilegeSetConfigureManager; 858 const static auto& putMetricReportCollection = privilegeSetConfigureManager; 859 const static auto& deleteMetricReportCollection = privilegeSetConfigureManager; 860 const static auto& postMetricReportCollection = privilegeSetConfigureManager; 861 862 // MetricReportDefinition 863 const static auto& getMetricReportDefinition = privilegeSetLogin; 864 const static auto& headMetricReportDefinition = privilegeSetLogin; 865 const static auto& patchMetricReportDefinition = privilegeSetConfigureManager; 866 const static auto& putMetricReportDefinition = privilegeSetConfigureManager; 867 const static auto& deleteMetricReportDefinition = privilegeSetConfigureManager; 868 const static auto& postMetricReportDefinition = privilegeSetConfigureManager; 869 870 // MetricReportDefinitionCollection 871 const static auto& getMetricReportDefinitionCollection = privilegeSetLogin; 872 const static auto& headMetricReportDefinitionCollection = privilegeSetLogin; 873 const static auto& patchMetricReportDefinitionCollection = privilegeSetConfigureManager; 874 const static auto& putMetricReportDefinitionCollection = privilegeSetConfigureManager; 875 const static auto& deleteMetricReportDefinitionCollection = privilegeSetConfigureManager; 876 const static auto& postMetricReportDefinitionCollection = privilegeSetConfigureManager; 877 878 // NetworkAdapter 879 const static auto& getNetworkAdapter = privilegeSetLogin; 880 const static auto& headNetworkAdapter = privilegeSetLogin; 881 const static auto& patchNetworkAdapter = privilegeSetConfigureComponents; 882 const static auto& postNetworkAdapter = privilegeSetConfigureComponents; 883 const static auto& putNetworkAdapter = privilegeSetConfigureComponents; 884 const static auto& deleteNetworkAdapter = privilegeSetConfigureComponents; 885 886 // NetworkAdapterCollection 887 const static auto& getNetworkAdapterCollection = privilegeSetLogin; 888 const static auto& headNetworkAdapterCollection = privilegeSetLogin; 889 const static auto& patchNetworkAdapterCollection = privilegeSetConfigureComponents; 890 const static auto& postNetworkAdapterCollection = privilegeSetConfigureComponents; 891 const static auto& putNetworkAdapterCollection = privilegeSetConfigureComponents; 892 const static auto& deleteNetworkAdapterCollection = privilegeSetConfigureComponents; 893 894 // NetworkAdapterMetrics 895 const static auto& getNetworkAdapterMetrics = privilegeSetLogin; 896 const static auto& headNetworkAdapterMetrics = privilegeSetLogin; 897 const static auto& patchNetworkAdapterMetrics = privilegeSetConfigureManager; 898 const static auto& putNetworkAdapterMetrics = privilegeSetConfigureManager; 899 const static auto& deleteNetworkAdapterMetrics = privilegeSetConfigureManager; 900 const static auto& postNetworkAdapterMetrics = privilegeSetConfigureManager; 901 902 // NetworkDeviceFunction 903 const static auto& getNetworkDeviceFunction = privilegeSetLogin; 904 const static auto& headNetworkDeviceFunction = privilegeSetLogin; 905 const static auto& patchNetworkDeviceFunction = privilegeSetConfigureComponents; 906 const static auto& postNetworkDeviceFunction = privilegeSetConfigureComponents; 907 const static auto& putNetworkDeviceFunction = privilegeSetConfigureComponents; 908 const static auto& deleteNetworkDeviceFunction = privilegeSetConfigureComponents; 909 910 // NetworkDeviceFunctionCollection 911 const static auto& getNetworkDeviceFunctionCollection = privilegeSetLogin; 912 const static auto& headNetworkDeviceFunctionCollection = privilegeSetLogin; 913 const static auto& patchNetworkDeviceFunctionCollection = privilegeSetConfigureComponents; 914 const static auto& postNetworkDeviceFunctionCollection = privilegeSetConfigureComponents; 915 const static auto& putNetworkDeviceFunctionCollection = privilegeSetConfigureComponents; 916 const static auto& deleteNetworkDeviceFunctionCollection = privilegeSetConfigureComponents; 917 918 // NetworkDeviceFunctionMetrics 919 const static auto& getNetworkDeviceFunctionMetrics = privilegeSetLogin; 920 const static auto& headNetworkDeviceFunctionMetrics = privilegeSetLogin; 921 const static auto& patchNetworkDeviceFunctionMetrics = privilegeSetConfigureManager; 922 const static auto& putNetworkDeviceFunctionMetrics = privilegeSetConfigureManager; 923 const static auto& deleteNetworkDeviceFunctionMetrics = privilegeSetConfigureManager; 924 const static auto& postNetworkDeviceFunctionMetrics = privilegeSetConfigureManager; 925 926 // NetworkInterface 927 const static auto& getNetworkInterface = privilegeSetLogin; 928 const static auto& headNetworkInterface = privilegeSetLogin; 929 const static auto& patchNetworkInterface = privilegeSetConfigureComponents; 930 const static auto& postNetworkInterface = privilegeSetConfigureComponents; 931 const static auto& putNetworkInterface = privilegeSetConfigureComponents; 932 const static auto& deleteNetworkInterface = privilegeSetConfigureComponents; 933 934 // NetworkInterfaceCollection 935 const static auto& getNetworkInterfaceCollection = privilegeSetLogin; 936 const static auto& headNetworkInterfaceCollection = privilegeSetLogin; 937 const static auto& patchNetworkInterfaceCollection = privilegeSetConfigureComponents; 938 const static auto& postNetworkInterfaceCollection = privilegeSetConfigureComponents; 939 const static auto& putNetworkInterfaceCollection = privilegeSetConfigureComponents; 940 const static auto& deleteNetworkInterfaceCollection = privilegeSetConfigureComponents; 941 942 // NetworkPort 943 const static auto& getNetworkPort = privilegeSetLogin; 944 const static auto& headNetworkPort = privilegeSetLogin; 945 const static auto& patchNetworkPort = privilegeSetConfigureComponents; 946 const static auto& postNetworkPort = privilegeSetConfigureComponents; 947 const static auto& putNetworkPort = privilegeSetConfigureComponents; 948 const static auto& deleteNetworkPort = privilegeSetConfigureComponents; 949 950 // NetworkPortCollection 951 const static auto& getNetworkPortCollection = privilegeSetLogin; 952 const static auto& headNetworkPortCollection = privilegeSetLogin; 953 const static auto& patchNetworkPortCollection = privilegeSetConfigureComponents; 954 const static auto& postNetworkPortCollection = privilegeSetConfigureComponents; 955 const static auto& putNetworkPortCollection = privilegeSetConfigureComponents; 956 const static auto& deleteNetworkPortCollection = privilegeSetConfigureComponents; 957 958 // OperatingConfig 959 const static auto& getOperatingConfig = privilegeSetLogin; 960 const static auto& headOperatingConfig = privilegeSetLogin; 961 const static auto& patchOperatingConfig = privilegeSetConfigureComponents; 962 const static auto& postOperatingConfig = privilegeSetConfigureComponents; 963 const static auto& putOperatingConfig = privilegeSetConfigureComponents; 964 const static auto& deleteOperatingConfig = privilegeSetConfigureComponents; 965 966 // OperatingConfigCollection 967 const static auto& getOperatingConfigCollection = privilegeSetLogin; 968 const static auto& headOperatingConfigCollection = privilegeSetLogin; 969 const static auto& patchOperatingConfigCollection = privilegeSetConfigureComponents; 970 const static auto& postOperatingConfigCollection = privilegeSetConfigureComponents; 971 const static auto& putOperatingConfigCollection = privilegeSetConfigureComponents; 972 const static auto& deleteOperatingConfigCollection = privilegeSetConfigureComponents; 973 974 // Outlet 975 const static auto& getOutlet = privilegeSetLogin; 976 const static auto& headOutlet = privilegeSetLogin; 977 const static auto& patchOutlet = privilegeSetConfigureComponents; 978 const static auto& postOutlet = privilegeSetConfigureComponents; 979 const static auto& putOutlet = privilegeSetConfigureComponents; 980 const static auto& deleteOutlet = privilegeSetConfigureComponents; 981 982 // OutletCollection 983 const static auto& getOutletCollection = privilegeSetLogin; 984 const static auto& headOutletCollection = privilegeSetLogin; 985 const static auto& patchOutletCollection = privilegeSetConfigureComponents; 986 const static auto& postOutletCollection = privilegeSetConfigureComponents; 987 const static auto& putOutletCollection = privilegeSetConfigureComponents; 988 const static auto& deleteOutletCollection = privilegeSetConfigureComponents; 989 990 // OutletGroup 991 const static auto& getOutletGroup = privilegeSetLogin; 992 const static auto& headOutletGroup = privilegeSetLogin; 993 const static auto& patchOutletGroup = privilegeSetConfigureComponents; 994 const static auto& postOutletGroup = privilegeSetConfigureComponents; 995 const static auto& putOutletGroup = privilegeSetConfigureComponents; 996 const static auto& deleteOutletGroup = privilegeSetConfigureComponents; 997 998 // OutletGroupCollection 999 const static auto& getOutletGroupCollection = privilegeSetLogin; 1000 const static auto& headOutletGroupCollection = privilegeSetLogin; 1001 const static auto& patchOutletGroupCollection = privilegeSetConfigureComponents; 1002 const static auto& postOutletGroupCollection = privilegeSetConfigureComponents; 1003 const static auto& putOutletGroupCollection = privilegeSetConfigureComponents; 1004 const static auto& deleteOutletGroupCollection = privilegeSetConfigureComponents; 1005 1006 // PCIeDevice 1007 const static auto& getPCIeDevice = privilegeSetLogin; 1008 const static auto& headPCIeDevice = privilegeSetLogin; 1009 const static auto& patchPCIeDevice = privilegeSetConfigureComponents; 1010 const static auto& postPCIeDevice = privilegeSetConfigureComponents; 1011 const static auto& putPCIeDevice = privilegeSetConfigureComponents; 1012 const static auto& deletePCIeDevice = privilegeSetConfigureComponents; 1013 1014 // PCIeDeviceCollection 1015 const static auto& getPCIeDeviceCollection = privilegeSetLogin; 1016 const static auto& headPCIeDeviceCollection = privilegeSetLogin; 1017 const static auto& patchPCIeDeviceCollection = privilegeSetConfigureComponents; 1018 const static auto& postPCIeDeviceCollection = privilegeSetConfigureComponents; 1019 const static auto& putPCIeDeviceCollection = privilegeSetConfigureComponents; 1020 const static auto& deletePCIeDeviceCollection = privilegeSetConfigureComponents; 1021 1022 // PCIeFunction 1023 const static auto& getPCIeFunction = privilegeSetLogin; 1024 const static auto& headPCIeFunction = privilegeSetLogin; 1025 const static auto& patchPCIeFunction = privilegeSetConfigureComponents; 1026 const static auto& postPCIeFunction = privilegeSetConfigureComponents; 1027 const static auto& putPCIeFunction = privilegeSetConfigureComponents; 1028 const static auto& deletePCIeFunction = privilegeSetConfigureComponents; 1029 1030 // PCIeFunctionCollection 1031 const static auto& getPCIeFunctionCollection = privilegeSetLogin; 1032 const static auto& headPCIeFunctionCollection = privilegeSetLogin; 1033 const static auto& patchPCIeFunctionCollection = privilegeSetConfigureComponents; 1034 const static auto& postPCIeFunctionCollection = privilegeSetConfigureComponents; 1035 const static auto& putPCIeFunctionCollection = privilegeSetConfigureComponents; 1036 const static auto& deletePCIeFunctionCollection = privilegeSetConfigureComponents; 1037 1038 // PCIeSlots 1039 const static auto& getPCIeSlots = privilegeSetLogin; 1040 const static auto& headPCIeSlots = privilegeSetLogin; 1041 const static auto& patchPCIeSlots = privilegeSetConfigureComponents; 1042 const static auto& postPCIeSlots = privilegeSetConfigureComponents; 1043 const static auto& putPCIeSlots = privilegeSetConfigureComponents; 1044 const static auto& deletePCIeSlots = privilegeSetConfigureComponents; 1045 1046 // Port 1047 const static auto& getPort = privilegeSetLogin; 1048 const static auto& headPort = privilegeSetLogin; 1049 const static auto& patchPort = privilegeSetConfigureComponents; 1050 const static auto& postPort = privilegeSetConfigureComponents; 1051 const static auto& putPort = privilegeSetConfigureComponents; 1052 const static auto& deletePort = privilegeSetConfigureComponents; 1053 1054 // PortCollection 1055 const static auto& getPortCollection = privilegeSetLogin; 1056 const static auto& headPortCollection = privilegeSetLogin; 1057 const static auto& patchPortCollection = privilegeSetConfigureComponents; 1058 const static auto& postPortCollection = privilegeSetConfigureComponents; 1059 const static auto& putPortCollection = privilegeSetConfigureComponents; 1060 const static auto& deletePortCollection = privilegeSetConfigureComponents; 1061 1062 // PortMetrics 1063 const static auto& getPortMetrics = privilegeSetLogin; 1064 const static auto& headPortMetrics = privilegeSetLogin; 1065 const static auto& patchPortMetrics = privilegeSetConfigureComponents; 1066 const static auto& postPortMetrics = privilegeSetConfigureComponents; 1067 const static auto& putPortMetrics = privilegeSetConfigureComponents; 1068 const static auto& deletePortMetrics = privilegeSetConfigureComponents; 1069 1070 // Power 1071 const static auto& getPower = privilegeSetLogin; 1072 const static auto& headPower = privilegeSetLogin; 1073 const static auto& patchPower = privilegeSetConfigureManager; 1074 const static auto& putPower = privilegeSetConfigureManager; 1075 const static auto& deletePower = privilegeSetConfigureManager; 1076 const static auto& postPower = privilegeSetConfigureManager; 1077 1078 // PowerDistribution 1079 const static auto& getPowerDistribution = privilegeSetLogin; 1080 const static auto& headPowerDistribution = privilegeSetLogin; 1081 const static auto& patchPowerDistribution = privilegeSetConfigureComponents; 1082 const static auto& postPowerDistribution = privilegeSetConfigureComponents; 1083 const static auto& putPowerDistribution = privilegeSetConfigureComponents; 1084 const static auto& deletePowerDistribution = privilegeSetConfigureComponents; 1085 1086 // PowerDistributionCollection 1087 const static auto& getPowerDistributionCollection = privilegeSetLogin; 1088 const static auto& headPowerDistributionCollection = privilegeSetLogin; 1089 const static auto& patchPowerDistributionCollection = privilegeSetConfigureComponents; 1090 const static auto& postPowerDistributionCollection = privilegeSetConfigureComponents; 1091 const static auto& putPowerDistributionCollection = privilegeSetConfigureComponents; 1092 const static auto& deletePowerDistributionCollection = privilegeSetConfigureComponents; 1093 1094 // PowerDistributionMetrics 1095 const static auto& getPowerDistributionMetrics = privilegeSetLogin; 1096 const static auto& headPowerDistributionMetrics = privilegeSetLogin; 1097 const static auto& patchPowerDistributionMetrics = privilegeSetConfigureComponents; 1098 const static auto& postPowerDistributionMetrics = privilegeSetConfigureComponents; 1099 const static auto& putPowerDistributionMetrics = privilegeSetConfigureComponents; 1100 const static auto& deletePowerDistributionMetrics = privilegeSetConfigureComponents; 1101 1102 // PowerDomain 1103 const static auto& getPowerDomain = privilegeSetLogin; 1104 const static auto& headPowerDomain = privilegeSetLogin; 1105 const static auto& patchPowerDomain = privilegeSetConfigureManager; 1106 const static auto& putPowerDomain = privilegeSetConfigureManager; 1107 const static auto& deletePowerDomain = privilegeSetConfigureManager; 1108 const static auto& postPowerDomain = privilegeSetConfigureManager; 1109 1110 // PowerDomainCollection 1111 const static auto& getPowerDomainCollection = privilegeSetLogin; 1112 const static auto& headPowerDomainCollection = privilegeSetLogin; 1113 const static auto& patchPowerDomainCollection = privilegeSetConfigureManager; 1114 const static auto& putPowerDomainCollection = privilegeSetConfigureManager; 1115 const static auto& deletePowerDomainCollection = privilegeSetConfigureManager; 1116 const static auto& postPowerDomainCollection = privilegeSetConfigureManager; 1117 1118 // PowerEquipment 1119 const static auto& getPowerEquipment = privilegeSetLogin; 1120 const static auto& headPowerEquipment = privilegeSetLogin; 1121 const static auto& patchPowerEquipment = privilegeSetConfigureManager; 1122 const static auto& putPowerEquipment = privilegeSetConfigureManager; 1123 const static auto& deletePowerEquipment = privilegeSetConfigureManager; 1124 const static auto& postPowerEquipment = privilegeSetConfigureManager; 1125 1126 // PowerSubsystem 1127 const static auto& getPowerSubsystem = privilegeSetLogin; 1128 const static auto& headPowerSubsystem = privilegeSetLogin; 1129 const static auto& patchPowerSubsystem = privilegeSetConfigureManager; 1130 const static auto& putPowerSubsystem = privilegeSetConfigureManager; 1131 const static auto& deletePowerSubsystem = privilegeSetConfigureManager; 1132 const static auto& postPowerSubsystem = privilegeSetConfigureManager; 1133 1134 // PowerSupply 1135 const static auto& getPowerSupply = privilegeSetLogin; 1136 const static auto& headPowerSupply = privilegeSetLogin; 1137 const static auto& patchPowerSupply = privilegeSetConfigureManager; 1138 const static auto& putPowerSupply = privilegeSetConfigureManager; 1139 const static auto& deletePowerSupply = privilegeSetConfigureManager; 1140 const static auto& postPowerSupply = privilegeSetConfigureManager; 1141 1142 // PowerSupplyCollection 1143 const static auto& getPowerSupplyCollection = privilegeSetLogin; 1144 const static auto& headPowerSupplyCollection = privilegeSetLogin; 1145 const static auto& patchPowerSupplyCollection = privilegeSetConfigureManager; 1146 const static auto& putPowerSupplyCollection = privilegeSetConfigureManager; 1147 const static auto& deletePowerSupplyCollection = privilegeSetConfigureManager; 1148 const static auto& postPowerSupplyCollection = privilegeSetConfigureManager; 1149 1150 // PowerSupplyMetrics 1151 const static auto& getPowerSupplyMetrics = privilegeSetLogin; 1152 const static auto& headPowerSupplyMetrics = privilegeSetLogin; 1153 const static auto& patchPowerSupplyMetrics = privilegeSetConfigureManager; 1154 const static auto& putPowerSupplyMetrics = privilegeSetConfigureManager; 1155 const static auto& deletePowerSupplyMetrics = privilegeSetConfigureManager; 1156 const static auto& postPowerSupplyMetrics = privilegeSetConfigureManager; 1157 1158 // Processor 1159 const static auto& getProcessor = privilegeSetLogin; 1160 const static auto& headProcessor = privilegeSetLogin; 1161 const static auto& patchProcessor = privilegeSetConfigureComponents; 1162 const static auto& putProcessor = privilegeSetConfigureComponents; 1163 const static auto& deleteProcessor = privilegeSetConfigureComponents; 1164 const static auto& postProcessor = privilegeSetConfigureComponents; 1165 1166 // ProcessorCollection 1167 const static auto& getProcessorCollection = privilegeSetLogin; 1168 const static auto& headProcessorCollection = privilegeSetLogin; 1169 const static auto& patchProcessorCollection = privilegeSetConfigureComponents; 1170 const static auto& putProcessorCollection = privilegeSetConfigureComponents; 1171 const static auto& deleteProcessorCollection = privilegeSetConfigureComponents; 1172 const static auto& postProcessorCollection = privilegeSetConfigureComponents; 1173 1174 // ProcessorMetrics 1175 const static auto& getProcessorMetrics = privilegeSetLogin; 1176 const static auto& headProcessorMetrics = privilegeSetLogin; 1177 const static auto& patchProcessorMetrics = privilegeSetConfigureComponents; 1178 const static auto& putProcessorMetrics = privilegeSetConfigureComponents; 1179 const static auto& deleteProcessorMetrics = privilegeSetConfigureComponents; 1180 const static auto& postProcessorMetrics = privilegeSetConfigureComponents; 1181 1182 // ResourceBlock 1183 const static auto& getResourceBlock = privilegeSetLogin; 1184 const static auto& headResourceBlock = privilegeSetLogin; 1185 const static auto& patchResourceBlock = privilegeSetConfigureComponents; 1186 const static auto& putResourceBlock = privilegeSetConfigureComponents; 1187 const static auto& deleteResourceBlock = privilegeSetConfigureComponents; 1188 const static auto& postResourceBlock = privilegeSetConfigureComponents; 1189 1190 // ResourceBlockCollection 1191 const static auto& getResourceBlockCollection = privilegeSetLogin; 1192 const static auto& headResourceBlockCollection = privilegeSetLogin; 1193 const static auto& patchResourceBlockCollection = privilegeSetConfigureComponents; 1194 const static auto& putResourceBlockCollection = privilegeSetConfigureComponents; 1195 const static auto& deleteResourceBlockCollection = privilegeSetConfigureComponents; 1196 const static auto& postResourceBlockCollection = privilegeSetConfigureComponents; 1197 1198 // Role 1199 const static auto& getRole = privilegeSetLogin; 1200 const static auto& headRole = privilegeSetLogin; 1201 const static auto& patchRole = privilegeSetConfigureManager; 1202 const static auto& putRole = privilegeSetConfigureManager; 1203 const static auto& deleteRole = privilegeSetConfigureManager; 1204 const static auto& postRole = privilegeSetConfigureManager; 1205 1206 // RoleCollection 1207 const static auto& getRoleCollection = privilegeSetLogin; 1208 const static auto& headRoleCollection = privilegeSetLogin; 1209 const static auto& patchRoleCollection = privilegeSetConfigureManager; 1210 const static auto& putRoleCollection = privilegeSetConfigureManager; 1211 const static auto& deleteRoleCollection = privilegeSetConfigureManager; 1212 const static auto& postRoleCollection = privilegeSetConfigureManager; 1213 1214 // RouteEntry 1215 const static auto& getRouteEntry = privilegeSetLogin; 1216 const static auto& headRouteEntry = privilegeSetLogin; 1217 const static auto& patchRouteEntry = privilegeSetConfigureComponents; 1218 const static auto& putRouteEntry = privilegeSetConfigureComponents; 1219 const static auto& deleteRouteEntry = privilegeSetConfigureComponents; 1220 const static auto& postRouteEntry = privilegeSetConfigureComponents; 1221 1222 // RouteEntryCollection 1223 const static auto& getRouteEntryCollection = privilegeSetLogin; 1224 const static auto& headRouteEntryCollection = privilegeSetLogin; 1225 const static auto& patchRouteEntryCollection = privilegeSetConfigureComponents; 1226 const static auto& putRouteEntryCollection = privilegeSetConfigureComponents; 1227 const static auto& deleteRouteEntryCollection = privilegeSetConfigureComponents; 1228 const static auto& postRouteEntryCollection = privilegeSetConfigureComponents; 1229 1230 // RouteSetEntry 1231 const static auto& getRouteSetEntry = privilegeSetLogin; 1232 const static auto& headRouteSetEntry = privilegeSetLogin; 1233 const static auto& patchRouteSetEntry = privilegeSetConfigureComponents; 1234 const static auto& putRouteSetEntry = privilegeSetConfigureComponents; 1235 const static auto& deleteRouteSetEntry = privilegeSetConfigureComponents; 1236 const static auto& postRouteSetEntry = privilegeSetConfigureComponents; 1237 1238 // RouteSetEntryCollection 1239 const static auto& getRouteSetEntryCollection = privilegeSetLogin; 1240 const static auto& headRouteSetEntryCollection = privilegeSetLogin; 1241 const static auto& patchRouteSetEntryCollection = privilegeSetConfigureComponents; 1242 const static auto& putRouteSetEntryCollection = privilegeSetConfigureComponents; 1243 const static auto& deleteRouteSetEntryCollection = privilegeSetConfigureComponents; 1244 const static auto& postRouteSetEntryCollection = privilegeSetConfigureComponents; 1245 1246 // SecureBoot 1247 const static auto& getSecureBoot = privilegeSetLogin; 1248 const static auto& headSecureBoot = privilegeSetLogin; 1249 const static auto& patchSecureBoot = privilegeSetConfigureComponents; 1250 const static auto& postSecureBoot = privilegeSetConfigureComponents; 1251 const static auto& putSecureBoot = privilegeSetConfigureComponents; 1252 const static auto& deleteSecureBoot = privilegeSetConfigureComponents; 1253 1254 // SecureBootDatabase 1255 const static auto& getSecureBootDatabase = privilegeSetLogin; 1256 const static auto& headSecureBootDatabase = privilegeSetLogin; 1257 const static auto& patchSecureBootDatabase = privilegeSetConfigureComponents; 1258 const static auto& postSecureBootDatabase = privilegeSetConfigureComponents; 1259 const static auto& putSecureBootDatabase = privilegeSetConfigureComponents; 1260 const static auto& deleteSecureBootDatabase = privilegeSetConfigureComponents; 1261 1262 // SecureBootDatabaseCollection 1263 const static auto& getSecureBootDatabaseCollection = privilegeSetLogin; 1264 const static auto& headSecureBootDatabaseCollection = privilegeSetLogin; 1265 const static auto& patchSecureBootDatabaseCollection = privilegeSetConfigureComponents; 1266 const static auto& postSecureBootDatabaseCollection = privilegeSetConfigureComponents; 1267 const static auto& putSecureBootDatabaseCollection = privilegeSetConfigureComponents; 1268 const static auto& deleteSecureBootDatabaseCollection = privilegeSetConfigureComponents; 1269 1270 // Sensor 1271 const static auto& getSensor = privilegeSetLogin; 1272 const static auto& headSensor = privilegeSetLogin; 1273 const static auto& patchSensor = privilegeSetConfigureComponents; 1274 const static auto& postSensor = privilegeSetConfigureComponents; 1275 const static auto& putSensor = privilegeSetConfigureComponents; 1276 const static auto& deleteSensor = privilegeSetConfigureComponents; 1277 1278 // SensorCollection 1279 const static auto& getSensorCollection = privilegeSetLogin; 1280 const static auto& headSensorCollection = privilegeSetLogin; 1281 const static auto& patchSensorCollection = privilegeSetConfigureComponents; 1282 const static auto& postSensorCollection = privilegeSetConfigureComponents; 1283 const static auto& putSensorCollection = privilegeSetConfigureComponents; 1284 const static auto& deleteSensorCollection = privilegeSetConfigureComponents; 1285 1286 // SerialInterface 1287 const static auto& getSerialInterface = privilegeSetLogin; 1288 const static auto& headSerialInterface = privilegeSetLogin; 1289 const static auto& patchSerialInterface = privilegeSetConfigureManager; 1290 const static auto& putSerialInterface = privilegeSetConfigureManager; 1291 const static auto& deleteSerialInterface = privilegeSetConfigureManager; 1292 const static auto& postSerialInterface = privilegeSetConfigureManager; 1293 1294 // SerialInterfaceCollection 1295 const static auto& getSerialInterfaceCollection = privilegeSetLogin; 1296 const static auto& headSerialInterfaceCollection = privilegeSetLogin; 1297 const static auto& patchSerialInterfaceCollection = privilegeSetConfigureManager; 1298 const static auto& putSerialInterfaceCollection = privilegeSetConfigureManager; 1299 const static auto& deleteSerialInterfaceCollection = privilegeSetConfigureManager; 1300 const static auto& postSerialInterfaceCollection = privilegeSetConfigureManager; 1301 1302 // ServiceRoot 1303 const static auto& getServiceRoot = privilegeSetLoginOrNoAuth; 1304 const static auto& headServiceRoot = privilegeSetLoginOrNoAuth; 1305 const static auto& patchServiceRoot = privilegeSetConfigureManager; 1306 const static auto& putServiceRoot = privilegeSetConfigureManager; 1307 const static auto& deleteServiceRoot = privilegeSetConfigureManager; 1308 const static auto& postServiceRoot = privilegeSetConfigureManager; 1309 1310 // Session 1311 const static auto& getSession = privilegeSetLogin; 1312 const static auto& headSession = privilegeSetLogin; 1313 const static auto& patchSession = privilegeSetConfigureManager; 1314 const static auto& putSession = privilegeSetConfigureManager; 1315 const static auto& deleteSession = privilegeSetConfigureManagerOrConfigureSelf; 1316 const static auto& postSession = privilegeSetConfigureManager; 1317 1318 // SessionCollection 1319 const static auto& getSessionCollection = privilegeSetLogin; 1320 const static auto& headSessionCollection = privilegeSetLogin; 1321 const static auto& patchSessionCollection = privilegeSetConfigureManager; 1322 const static auto& putSessionCollection = privilegeSetConfigureManager; 1323 const static auto& deleteSessionCollection = privilegeSetConfigureManager; 1324 const static auto& postSessionCollection = privilegeSetLogin; 1325 1326 // SessionService 1327 const static auto& getSessionService = privilegeSetLogin; 1328 const static auto& headSessionService = privilegeSetLogin; 1329 const static auto& patchSessionService = privilegeSetConfigureManager; 1330 const static auto& putSessionService = privilegeSetConfigureManager; 1331 const static auto& deleteSessionService = privilegeSetConfigureManager; 1332 const static auto& postSessionService = privilegeSetConfigureManager; 1333 1334 // Signature 1335 const static auto& getSignature = privilegeSetLogin; 1336 const static auto& headSignature = privilegeSetLogin; 1337 const static auto& patchSignature = privilegeSetConfigureComponents; 1338 const static auto& postSignature = privilegeSetConfigureComponents; 1339 const static auto& putSignature = privilegeSetConfigureComponents; 1340 const static auto& deleteSignature = privilegeSetConfigureComponents; 1341 1342 // SignatureCollection 1343 const static auto& getSignatureCollection = privilegeSetLogin; 1344 const static auto& headSignatureCollection = privilegeSetLogin; 1345 const static auto& patchSignatureCollection = privilegeSetConfigureComponents; 1346 const static auto& postSignatureCollection = privilegeSetConfigureComponents; 1347 const static auto& putSignatureCollection = privilegeSetConfigureComponents; 1348 const static auto& deleteSignatureCollection = privilegeSetConfigureComponents; 1349 1350 // SimpleStorage 1351 const static auto& getSimpleStorage = privilegeSetLogin; 1352 const static auto& headSimpleStorage = privilegeSetLogin; 1353 const static auto& patchSimpleStorage = privilegeSetConfigureComponents; 1354 const static auto& postSimpleStorage = privilegeSetConfigureComponents; 1355 const static auto& putSimpleStorage = privilegeSetConfigureComponents; 1356 const static auto& deleteSimpleStorage = privilegeSetConfigureComponents; 1357 1358 // SimpleStorageCollection 1359 const static auto& getSimpleStorageCollection = privilegeSetLogin; 1360 const static auto& headSimpleStorageCollection = privilegeSetLogin; 1361 const static auto& patchSimpleStorageCollection = privilegeSetConfigureComponents; 1362 const static auto& postSimpleStorageCollection = privilegeSetConfigureComponents; 1363 const static auto& putSimpleStorageCollection = privilegeSetConfigureComponents; 1364 const static auto& deleteSimpleStorageCollection = privilegeSetConfigureComponents; 1365 1366 // SoftwareInventory 1367 const static auto& getSoftwareInventory = privilegeSetLogin; 1368 const static auto& headSoftwareInventory = privilegeSetLogin; 1369 const static auto& patchSoftwareInventory = privilegeSetConfigureComponents; 1370 const static auto& postSoftwareInventory = privilegeSetConfigureComponents; 1371 const static auto& putSoftwareInventory = privilegeSetConfigureComponents; 1372 const static auto& deleteSoftwareInventory = privilegeSetConfigureComponents; 1373 1374 // SoftwareInventoryCollection 1375 const static auto& getSoftwareInventoryCollection = privilegeSetLogin; 1376 const static auto& headSoftwareInventoryCollection = privilegeSetLogin; 1377 const static auto& patchSoftwareInventoryCollection = privilegeSetConfigureComponents; 1378 const static auto& postSoftwareInventoryCollection = privilegeSetConfigureComponents; 1379 const static auto& putSoftwareInventoryCollection = privilegeSetConfigureComponents; 1380 const static auto& deleteSoftwareInventoryCollection = privilegeSetConfigureComponents; 1381 1382 // Storage 1383 const static auto& getStorage = privilegeSetLogin; 1384 const static auto& headStorage = privilegeSetLogin; 1385 const static auto& patchStorage = privilegeSetConfigureComponents; 1386 const static auto& postStorage = privilegeSetConfigureComponents; 1387 const static auto& putStorage = privilegeSetConfigureComponents; 1388 const static auto& deleteStorage = privilegeSetConfigureComponents; 1389 1390 // StorageCollection 1391 const static auto& getStorageCollection = privilegeSetLogin; 1392 const static auto& headStorageCollection = privilegeSetLogin; 1393 const static auto& patchStorageCollection = privilegeSetConfigureComponents; 1394 const static auto& postStorageCollection = privilegeSetConfigureComponents; 1395 const static auto& putStorageCollection = privilegeSetConfigureComponents; 1396 const static auto& deleteStorageCollection = privilegeSetConfigureComponents; 1397 1398 // StorageController 1399 const static auto& getStorageController = privilegeSetLogin; 1400 const static auto& headStorageController = privilegeSetLogin; 1401 const static auto& patchStorageController = privilegeSetConfigureComponents; 1402 const static auto& postStorageController = privilegeSetConfigureComponents; 1403 const static auto& putStorageController = privilegeSetConfigureComponents; 1404 const static auto& deleteStorageController = privilegeSetConfigureComponents; 1405 1406 // StorageControllerCollection 1407 const static auto& getStorageControllerCollection = privilegeSetLogin; 1408 const static auto& headStorageControllerCollection = privilegeSetLogin; 1409 const static auto& patchStorageControllerCollection = privilegeSetConfigureComponents; 1410 const static auto& postStorageControllerCollection = privilegeSetConfigureComponents; 1411 const static auto& putStorageControllerCollection = privilegeSetConfigureComponents; 1412 const static auto& deleteStorageControllerCollection = privilegeSetConfigureComponents; 1413 1414 // Switch 1415 const static auto& getSwitch = privilegeSetLogin; 1416 const static auto& headSwitch = privilegeSetLogin; 1417 const static auto& patchSwitch = privilegeSetConfigureComponents; 1418 const static auto& postSwitch = privilegeSetConfigureComponents; 1419 const static auto& putSwitch = privilegeSetConfigureComponents; 1420 const static auto& deleteSwitch = privilegeSetConfigureComponents; 1421 1422 // SwitchCollection 1423 const static auto& getSwitchCollection = privilegeSetLogin; 1424 const static auto& headSwitchCollection = privilegeSetLogin; 1425 const static auto& patchSwitchCollection = privilegeSetConfigureComponents; 1426 const static auto& postSwitchCollection = privilegeSetConfigureComponents; 1427 const static auto& putSwitchCollection = privilegeSetConfigureComponents; 1428 const static auto& deleteSwitchCollection = privilegeSetConfigureComponents; 1429 1430 // Task 1431 const static auto& getTask = privilegeSetLogin; 1432 const static auto& headTask = privilegeSetLogin; 1433 const static auto& patchTask = privilegeSetConfigureManager; 1434 const static auto& putTask = privilegeSetConfigureManager; 1435 const static auto& deleteTask = privilegeSetConfigureManager; 1436 const static auto& postTask = privilegeSetConfigureManager; 1437 1438 // TaskCollection 1439 const static auto& getTaskCollection = privilegeSetLogin; 1440 const static auto& headTaskCollection = privilegeSetLogin; 1441 const static auto& patchTaskCollection = privilegeSetConfigureManager; 1442 const static auto& putTaskCollection = privilegeSetConfigureManager; 1443 const static auto& deleteTaskCollection = privilegeSetConfigureManager; 1444 const static auto& postTaskCollection = privilegeSetConfigureManager; 1445 1446 // TaskService 1447 const static auto& getTaskService = privilegeSetLogin; 1448 const static auto& headTaskService = privilegeSetLogin; 1449 const static auto& patchTaskService = privilegeSetConfigureManager; 1450 const static auto& putTaskService = privilegeSetConfigureManager; 1451 const static auto& deleteTaskService = privilegeSetConfigureManager; 1452 const static auto& postTaskService = privilegeSetConfigureManager; 1453 1454 // TelemetryService 1455 const static auto& getTelemetryService = privilegeSetLogin; 1456 const static auto& headTelemetryService = privilegeSetLogin; 1457 const static auto& patchTelemetryService = privilegeSetConfigureManager; 1458 const static auto& putTelemetryService = privilegeSetConfigureManager; 1459 const static auto& deleteTelemetryService = privilegeSetConfigureManager; 1460 const static auto& postTelemetryService = privilegeSetConfigureManager; 1461 1462 // Thermal 1463 const static auto& getThermal = privilegeSetLogin; 1464 const static auto& headThermal = privilegeSetLogin; 1465 const static auto& patchThermal = privilegeSetConfigureManager; 1466 const static auto& putThermal = privilegeSetConfigureManager; 1467 const static auto& deleteThermal = privilegeSetConfigureManager; 1468 const static auto& postThermal = privilegeSetConfigureManager; 1469 1470 // ThermalMetrics 1471 const static auto& getThermalMetrics = privilegeSetLogin; 1472 const static auto& headThermalMetrics = privilegeSetLogin; 1473 const static auto& patchThermalMetrics = privilegeSetConfigureManager; 1474 const static auto& putThermalMetrics = privilegeSetConfigureManager; 1475 const static auto& deleteThermalMetrics = privilegeSetConfigureManager; 1476 const static auto& postThermalMetrics = privilegeSetConfigureManager; 1477 1478 // ThermalSubsystem 1479 const static auto& getThermalSubsystem = privilegeSetLogin; 1480 const static auto& headThermalSubsystem = privilegeSetLogin; 1481 const static auto& patchThermalSubsystem = privilegeSetConfigureManager; 1482 const static auto& putThermalSubsystem = privilegeSetConfigureManager; 1483 const static auto& deleteThermalSubsystem = privilegeSetConfigureManager; 1484 const static auto& postThermalSubsystem = privilegeSetConfigureManager; 1485 1486 // Triggers 1487 const static auto& getTriggers = privilegeSetLogin; 1488 const static auto& headTriggers = privilegeSetLogin; 1489 const static auto& patchTriggers = privilegeSetConfigureManager; 1490 const static auto& putTriggers = privilegeSetConfigureManager; 1491 const static auto& deleteTriggers = privilegeSetConfigureManager; 1492 const static auto& postTriggers = privilegeSetConfigureManager; 1493 1494 // TriggersCollection 1495 const static auto& getTriggersCollection = privilegeSetLogin; 1496 const static auto& headTriggersCollection = privilegeSetLogin; 1497 const static auto& patchTriggersCollection = privilegeSetConfigureManager; 1498 const static auto& putTriggersCollection = privilegeSetConfigureManager; 1499 const static auto& deleteTriggersCollection = privilegeSetConfigureManager; 1500 const static auto& postTriggersCollection = privilegeSetConfigureManager; 1501 1502 // UpdateService 1503 const static auto& getUpdateService = privilegeSetLogin; 1504 const static auto& headUpdateService = privilegeSetLogin; 1505 const static auto& patchUpdateService = privilegeSetConfigureComponents; 1506 const static auto& postUpdateService = privilegeSetConfigureComponents; 1507 const static auto& putUpdateService = privilegeSetConfigureComponents; 1508 const static auto& deleteUpdateService = privilegeSetConfigureComponents; 1509 1510 // USBController 1511 const static auto& getUSBController = privilegeSetLogin; 1512 const static auto& headUSBController = privilegeSetLogin; 1513 const static auto& patchUSBController = privilegeSetConfigureComponents; 1514 const static auto& putUSBController = privilegeSetConfigureComponents; 1515 const static auto& deleteUSBController = privilegeSetConfigureComponents; 1516 const static auto& postUSBController = privilegeSetConfigureComponents; 1517 1518 // USBControllerCollection 1519 const static auto& getUSBControllerCollection = privilegeSetLogin; 1520 const static auto& headUSBControllerCollection = privilegeSetLogin; 1521 const static auto& patchUSBControllerCollection = privilegeSetConfigureComponents; 1522 const static auto& putUSBControllerCollection = privilegeSetConfigureComponents; 1523 const static auto& deleteUSBControllerCollection = privilegeSetConfigureComponents; 1524 const static auto& postUSBControllerCollection = privilegeSetConfigureComponents; 1525 1526 // VCATEntry 1527 const static auto& getVCATEntry = privilegeSetLogin; 1528 const static auto& headVCATEntry = privilegeSetLogin; 1529 const static auto& patchVCATEntry = privilegeSetConfigureComponents; 1530 const static auto& putVCATEntry = privilegeSetConfigureComponents; 1531 const static auto& deleteVCATEntry = privilegeSetConfigureComponents; 1532 const static auto& postVCATEntry = privilegeSetConfigureComponents; 1533 1534 // VCATEntryCollection 1535 const static auto& getVCATEntryCollection = privilegeSetLogin; 1536 const static auto& headVCATEntryCollection = privilegeSetLogin; 1537 const static auto& patchVCATEntryCollection = privilegeSetConfigureComponents; 1538 const static auto& putVCATEntryCollection = privilegeSetConfigureComponents; 1539 const static auto& deleteVCATEntryCollection = privilegeSetConfigureComponents; 1540 const static auto& postVCATEntryCollection = privilegeSetConfigureComponents; 1541 1542 // VLanNetworkInterface 1543 const static auto& getVLanNetworkInterface = privilegeSetLogin; 1544 const static auto& headVLanNetworkInterface = privilegeSetLogin; 1545 const static auto& patchVLanNetworkInterface = privilegeSetConfigureManager; 1546 const static auto& putVLanNetworkInterface = privilegeSetConfigureManager; 1547 const static auto& deleteVLanNetworkInterface = privilegeSetConfigureManager; 1548 const static auto& postVLanNetworkInterface = privilegeSetConfigureManager; 1549 1550 // VLanNetworkInterfaceCollection 1551 const static auto& getVLanNetworkInterfaceCollection = privilegeSetLogin; 1552 const static auto& headVLanNetworkInterfaceCollection = privilegeSetLogin; 1553 const static auto& patchVLanNetworkInterfaceCollection = privilegeSetConfigureManager; 1554 const static auto& putVLanNetworkInterfaceCollection = privilegeSetConfigureManager; 1555 const static auto& deleteVLanNetworkInterfaceCollection = privilegeSetConfigureManager; 1556 const static auto& postVLanNetworkInterfaceCollection = privilegeSetConfigureManager; 1557 1558 // VirtualMedia 1559 const static auto& getVirtualMedia = privilegeSetLogin; 1560 const static auto& headVirtualMedia = privilegeSetLogin; 1561 const static auto& patchVirtualMedia = privilegeSetConfigureManager; 1562 const static auto& putVirtualMedia = privilegeSetConfigureManager; 1563 const static auto& deleteVirtualMedia = privilegeSetConfigureManager; 1564 const static auto& postVirtualMedia = privilegeSetConfigureManager; 1565 1566 // VirtualMediaCollection 1567 const static auto& getVirtualMediaCollection = privilegeSetLogin; 1568 const static auto& headVirtualMediaCollection = privilegeSetLogin; 1569 const static auto& patchVirtualMediaCollection = privilegeSetConfigureManager; 1570 const static auto& putVirtualMediaCollection = privilegeSetConfigureManager; 1571 const static auto& deleteVirtualMediaCollection = privilegeSetConfigureManager; 1572 const static auto& postVirtualMediaCollection = privilegeSetConfigureManager; 1573 1574 // Volume 1575 const static auto& getVolume = privilegeSetLogin; 1576 const static auto& headVolume = privilegeSetLogin; 1577 const static auto& patchVolume = privilegeSetConfigureComponents; 1578 const static auto& postVolume = privilegeSetConfigureComponents; 1579 const static auto& putVolume = privilegeSetConfigureComponents; 1580 const static auto& deleteVolume = privilegeSetConfigureComponents; 1581 1582 // VolumeCollection 1583 const static auto& getVolumeCollection = privilegeSetLogin; 1584 const static auto& headVolumeCollection = privilegeSetLogin; 1585 const static auto& patchVolumeCollection = privilegeSetConfigureComponents; 1586 const static auto& postVolumeCollection = privilegeSetConfigureComponents; 1587 const static auto& putVolumeCollection = privilegeSetConfigureComponents; 1588 const static auto& deleteVolumeCollection = privilegeSetConfigureComponents; 1589 1590 // Zone 1591 const static auto& getZone = privilegeSetLogin; 1592 const static auto& headZone = privilegeSetLogin; 1593 const static auto& patchZone = privilegeSetConfigureComponents; 1594 const static auto& postZone = privilegeSetConfigureComponents; 1595 const static auto& putZone = privilegeSetConfigureComponents; 1596 const static auto& deleteZone = privilegeSetConfigureComponents; 1597 1598 // ZoneCollection 1599 const static auto& getZoneCollection = privilegeSetLogin; 1600 const static auto& headZoneCollection = privilegeSetLogin; 1601 const static auto& patchZoneCollection = privilegeSetConfigureComponents; 1602 const static auto& postZoneCollection = privilegeSetConfigureComponents; 1603 const static auto& putZoneCollection = privilegeSetConfigureComponents; 1604 const static auto& deleteZoneCollection = privilegeSetConfigureComponents; 1605 1606 } // namespace redfish::privileges 1607 // clang-format on 1608