UserPrivilegeResult

UserPrivilegeResult
UserPrivilegeResult

This class is used to provide the list of effective privileges set on a given managed entity for a user.

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

Reference to an instance of the ManagedEntity managed object.

array of string
privileges
Optional

A list of privileges set on the entity.