Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
AggregatedPermissionDetailsResponse
Response to aggregated permission details.
Parameters
Name Type Description

aggregatedPermissions

AggregatedPermissionTemplate

Aggregated permissions

expirationDate

String

Expiration date

expirationDays

String

Expiration days

isComment

String

TRUE if this is a comment

isWaterMark

String

TRUE if this is a watermark

permittedEntityInRoom

EntityInRoomResponse

roomRole

String

The aggregated role of multiple permitted entities per folder

Json Format
{
permittedEntityInRoom:
{
entityType: String,
entityName: String,
entityDisplayedAddress: String,
entityCustomerGivenId: String,
entityUUID: String,
roomRole: String
},
isWaterMark: String,
expirationDate: String,
expirationDays: String,
aggregatedPermissions:
{
templateName: String,
templateDisplayedName: String,
templateType: PermissionTemplateType,
canCopy: String,
canEdit: String,
canPrint: String,
isSpotlight: String,
canDownloadOriginal: String,
canDownloadProtected: String,
isProgrammaticAccess: String,
isComment: String
},
roomRole: String,
isComment: String
}