HasPrivilegeOnEntityRequestType

HasPrivilegeOnEntityRequestType
HasPrivilegeOnEntityRequestType

The parameters of HasPrivilegeOnEntity.

JSON Example
{
    "entity": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "sessionId": "string",
    "privId": [
        "string"
    ]
}
entity
Required

Reference to an instance of the ManagedEntity managed object.

string
sessionId
Required

The session ID to check privileges for. A sesssion ID can be obtained from UserSession.key.

array of string
privId
Optional

The array of privilege IDs to check.