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