privilege

privilege
privilege

Represents a privilege object in the system.

JSON Example
{
    "key": "string",
    "name": "string",
    "description": "string",
    "links": [
        {
            "href": "string",
            "rel": "string",
            "name": "string",
            "description": "string"
        }
    ]
}
string
key
Required

The key that uniquely identifies the privilege.

string
name
Optional

The name of the Privilege.

string
description
Optional

The description of the Privilege.

array of link
links
Optional

links

Property Of