CheckPermissionsOfItemResultWithItemInfo interface
An interface representing the single result of API: checkPermissionsOfItems
Properties
| has |
If current user has required permissions to this item |
| item |
The object id of the item |
| item |
The type of the item |
Property Details
hasPermissions
If current user has required permissions to this item
hasPermissions: boolean
Property Value
boolean
itemObjectId
The object id of the item
itemObjectId: string
Property Value
string
itemType
The type of the item
itemType: string
Property Value
string