AppaRao Puli | c06f29a | 2018-07-10 23:18:13 +0530 | [diff] [blame] | 1 | description: > |
Patrick Williams | a134741 | 2022-12-06 10:56:22 -0600 | [diff] [blame] | 2 | This interface defines channel specific privilege access information which |
| 3 | is used for channel authorization. Application must determine channel level |
| 4 | privilege restriction based on this property. |
AppaRao Puli | c06f29a | 2018-07-10 23:18:13 +0530 | [diff] [blame] | 5 | |
| 6 | properties: |
| 7 | - name: MaxPrivilege |
| 8 | type: string |
| 9 | description: > |
| 10 | Maximum privilege associated with specific channel. |
| 11 | errors: |
Patrick Williams | 8da396c | 2022-03-14 14:21:02 -0500 | [diff] [blame] | 12 | - xyz.openbmc_project.Common.Error.InvalidArgument |
| 13 | - xyz.openbmc_project.Common.Error.InternalFailure |