summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/User/PrivilegeMapperEntry.interface.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'xyz/openbmc_project/User/PrivilegeMapperEntry.interface.yaml')
-rw-r--r--xyz/openbmc_project/User/PrivilegeMapperEntry.interface.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/xyz/openbmc_project/User/PrivilegeMapperEntry.interface.yaml b/xyz/openbmc_project/User/PrivilegeMapperEntry.interface.yaml
index a90989d..cea3ca2 100644
--- a/xyz/openbmc_project/User/PrivilegeMapperEntry.interface.yaml
+++ b/xyz/openbmc_project/User/PrivilegeMapperEntry.interface.yaml
@@ -2,6 +2,15 @@ description: >
Implement to provide privilege for the group.
properties:
+ - name: GroupName
+ type: string
+ description: >
+ Group Name to which the privilege is to be assigned. In the case of
+ LDAP, the GroupName will be the LDAP group the user is part of.
+ errors:
+ - xyz.openbmc_project.Common.Error.InternalFailure
+ - xyz.openbmc_project.Common.Error.InvalidArgument
+ - xyz.openbmc_project.User.Common.Error.PrivilegeMappingExists
- name: Privilege
type: string
description: >
OpenPOWER on IntegriCloud