Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
FolderDefaultPermissions
The default permissions for a folder
Parameters
Name Type Description

arePermsInherited

Boolean

True if the permissions are inherited, False if not

entitiesInFolder

List(EntityInFolderPermissions)

List of entities in the folder

Json Format
{
arePermsInherited: Boolean,
entitiesInFolder: List(
{
permittedEntity:
{
address: String,
name: String,
entityType: EntityType,
identifier: String
},
permissions:
{
accessLevel: Consts$AccessLevel,
downloadOriginal: Boolean,
download: Boolean,
copy: Boolean,
print: Boolean,
edit: Boolean,
spotlight: Boolean,
watermark: Boolean,
expirationDate: Date,
defaultExpirationDays: Integer,
neverExpires: Boolean,
progAccess: Boolean,
pinRequired: Boolean,
comment: Boolean,
minExpirationDate: Date,
latestChangeDate: Date,
revoked: Boolean
},
folderRole: String
})
}