Ed Tanous | 683f727 | 2018-07-26 12:47:19 -0700 | [diff] [blame] | 1 | { |
| 2 | "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema.v1_3_0.json", |
| 3 | "copyright": "Copyright 2014-2017 Distributed Management Task Force, Inc. (DMTF). For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright", |
| 4 | "definitions": { |
| 5 | "PrivilegeType": { |
| 6 | "deprecated": "This definition has been moved to the unversioned namespace so that external references can pick up changes over time.", |
| 7 | "enum": [ |
| 8 | "Login", |
| 9 | "ConfigureManager", |
| 10 | "ConfigureUsers", |
| 11 | "ConfigureSelf", |
| 12 | "ConfigureComponents" |
| 13 | ], |
| 14 | "enumDescriptions": { |
| 15 | "ConfigureComponents": "Able to configure components managed by this service.", |
| 16 | "ConfigureManager": "Able to configure Manager resources.", |
| 17 | "ConfigureSelf": "Able to change the password for the current user Account.", |
| 18 | "ConfigureUsers": "Able to configure Users and their Accounts.", |
| 19 | "Login": "Able to log into the service and read resources." |
| 20 | }, |
| 21 | "type": "string" |
| 22 | } |
| 23 | }, |
| 24 | "title": "#Privileges.v1_0_4" |
| 25 | } |