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