Interface: CheckPermissionAttributesExtensionData
Defined in: model/checkPermissionAttributesExtensionData.ts:10
A container of the results of the resources * that were checked for permission.
Export
CheckPermissionAttributesExtensionData
Properties
permissions?
optional
permissions:CheckPermissionAttributesExtensionDataPermissions
[]
Defined in: model/checkPermissionAttributesExtensionData.ts:18
An array of objects, where each object represents a folder, item, or version that permission was checked for.
Memberof
CheckPermissionAttributesExtensionData
requiredActions?
optional
requiredActions:string
[]
Defined in: model/checkPermissionAttributesExtensionData.ts:38
An array of keywords where each keyword is an action that permission was checked for. Possible values:
read
- Download and view specified resource.view
- View specified resource without downloading.download
- Download and view specified resource.collaborate
- Add comments for the specified resource.write
- Write to the specified resource.upload
- Upload to the specified resource.updateMetaData
- Update metadata of the specified resource.create
- Write and upload to the specified resource.delete
- Delete the specified resource.admin
- Perform administrative operations on specified resource.share
- Share the specified resource.
Memberof
CheckPermissionAttributesExtensionData