blob: a90989d2e76e8431f96a8ab8501b1d448eabd9d8 [file] [log] [blame]
Tom Josephbf21cfa2018-08-20 19:13:39 +05301description: >
2 Implement to provide privilege for the group.
3
4properties:
5 - name: Privilege
6 type: string
7 description: >
8 One of the privilege as defined by
9 xyz.openbmc_project.User.Manager.AllPrivileges.
10 xyz.openbmc_project.Common.Error.InvalidArgument exception will be
11 thrown if the privilege is invalid. Additional documentation
12 on privilege is available here.
13 https://github.com/openbmc/docs/blob/master/user_management.md
14
15 errors:
16 - xyz.openbmc_project.Common.Error.InternalFailure
17 - xyz.openbmc_project.Common.Error.InvalidArgument