HasPrivilegeOnEntitiesRequestType

HasPrivilegeOnEntitiesRequestType
HasPrivilegeOnEntitiesRequestType

The parameters of HasPrivilegeOnEntities.

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

The set of entities on which the privileges are checked.

Required privileges: System.Read

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.