summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Channel/ChannelAccess.interface.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'xyz/openbmc_project/Channel/ChannelAccess.interface.yaml')
-rw-r--r--xyz/openbmc_project/Channel/ChannelAccess.interface.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/xyz/openbmc_project/Channel/ChannelAccess.interface.yaml b/xyz/openbmc_project/Channel/ChannelAccess.interface.yaml
new file mode 100644
index 0000000..715fdec
--- /dev/null
+++ b/xyz/openbmc_project/Channel/ChannelAccess.interface.yaml
@@ -0,0 +1,13 @@
+description: >
+ This interface defines channel specific privilege access information
+ which is used for channel authorization. Application must determine
+ channel level privilege restriction based on this property.
+
+properties:
+ - name: MaxPrivilege
+ type: string
+ description: >
+ Maximum privilege associated with specific channel.
+ errors:
+ - xyz.openbmc_project.Common.Error.InvalidArgument
+ - xyz.openbmc_project.Common.Error.InternalFailure
OpenPOWER on IntegriCloud