EntityPrivilege

EntityPrivilege
EntityPrivilege

This class defines whether a set of privileges are granted for a managed entity.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "entity": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "privAvailability": [
        {
            "_typeName": "string",
            "privId": "string",
            "isGranted": false
        }
    ]
}
entity
Required

Reference to an instance of the ManagedEntity managed object.

privAvailability
Required

whether a set of privileges are granted for the managed entity.