Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
AggregatedPermissionTemplate
Request aggregated permission details.
Parameters
Name Type Description

canCopy

String

TRUE if this can be copied

canDownloadOriginal

String

TRUE if the original can be downloaded

canDownloadProtected

String

TRUE if the a protected version can be downloaded

canEdit

String

TRUE if this can be edited

canPrint

String

TRUE if this can be printed

isComment

String

TRUE if allow comment

isProgrammaticAccess

String

TRUE if programmatic access

isSpotlight

String

TRUE if this uses spotlight

templateDisplayedName

String

Display name of the template

templateName

String

Name of the template

templateType

PermissionTemplateType

Type of template

Possible values: [MIXED, PREDEFINED, CUSTOM].

Json Format
{
templateName: String,
templateDisplayedName: String,
templateType: PermissionTemplateType,
canCopy: String,
canEdit: String,
canPrint: String,
isSpotlight: String,
canDownloadOriginal: String,
canDownloadProtected: String,
isProgrammaticAccess: String,
isComment: String
}