RackHD/on-http

View on GitHub
static/DSP8010_2016.3/json-schema/Privileges.v1_0_3.json

Summary

Maintainability
Test Coverage
{
    "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema.v1_1_0.json",
    "title": "#Privileges.v1_0_3",
    "definitions": {
        "PrivilegeType": {
            "type": "string",
            "enum": [
                "Login",
                "ConfigureManager",
                "ConfigureUsers",
                "ConfigureSelf",
                "ConfigureComponents"
            ],
            "enumDescriptions": {
                "Login": "Able to log into the service and read resources.",
                "ConfigureManager": "Able to configure Manager resources.",
                "ConfigureUsers": "Able to configure Users and their Accounts.",
                "ConfigureSelf": "Able to change the password for the current user Account.",
                "ConfigureComponents": "Able to configure components managed by this service."
            }
        }
    },
    "copyright": "Copyright 2014-2016 Distributed Management Task Force, Inc. (DMTF). For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright"
}