Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
OrganizationPolicy
An organizational policy
Parameters
Name Type Description

allowAdvancedPrinting

Boolean

allowDownloadOriginal

Boolean

Is allowed to download the original

allowDownloadProtected

Boolean

Is allowed to down load protected

allowLockingDocuments

Boolean

Allow locking files

allowMobileAndroid

Boolean

Is android allowed

allowMobileBlackberry

Boolean

Is BlackBerry allowed

allowMobileIos

Boolean

Is iOS allowed

allowMobileWindowsMobile

Boolean

Is Windows mobile allowed

allowOpenOriginalsInOtherApps

Boolean

Allow ability to open original in other applications

allowOpenUnsupportedInOtherApps

Boolean

Auto complete allowed to all

allowTrackingFromMicrosoftOfficeDocuments

Boolean

Allow tracking from Microsoft Office files

autoCompleteAllowToAll

Boolean

Default value: FALSE

Auto complete allowed to all

autoCompleteDisplayAll

Boolean

Default value: TRUE

Auto complete display all

blockNonProvisionedUsers

Boolean

Block non-provisioned users

commentsDefaultValue

Boolean

customizedNotificationsEmails

Boolean

defaultAddGroupsAsDefaultEntity

Boolean

Default add groups as default entity

defaultChangeGroupsToAllDocs

Boolean

Default chagne groups to all files

deleteFromDisk

Boolean

Enable delete from disk

disallowChangeToPermissionTemplates

Boolean

displayCommentContent

Boolean

downloadBandwidthLimit

Integer

Download bandwidth limit

enableBandwidthLimit

Boolean

Enable bandwidth limit

enableCloudStorageWorkspaces

Boolean

Enable cloud storage workspaces

enableComments

Boolean

enableFetchMembers

Boolean

enableOnlineViewerForUnsupportedBrowsers

Boolean

Deprecated

Enable online viewer for unsupported browsers

enablePushNotifications

Boolean

Enable organization push notifications

enableRmsSealing

Boolean

Enable RMS sealing

enableSalesForce

Boolean

Enable SalesForce

enableSharingWithoutEmailNotification

Boolean

Default value: FALSE

Enable sharing without email notification

enableWivi

Boolean

Enable Wivi

enableWopi

Boolean

Enable wopi

forcePinWorkspaces

Boolean

globalDownloadControlled

Boolean

Global download controlled

isAllowedToShareAnnotationsWithAllWorkspaceGroups

Boolean

Is allowed to share annotations with all workspace groups

isAllowedToShareAnnotationsWithSelectedGroups

Boolean

Is allowed to share annotations with selecte groups

isAllowedToShareAnnotationsWithUsersManually

Boolean

Is allowed to share annotations with users manually

isAllowedToShareAnnotationsWithWorkspaceAdmins

Boolean

Is allowed to share annotations with workspace administrators

isAllowedToShareDocumentsWithAllWorkspaceGroups

Boolean

Is allowed to share files with all workspace groups

isAllowedToShareDocumentsWithSelectedGroups

Boolean

Is allowed to share files with selected groups

isAllowedToShareDocumentsWithUsersManually

Boolean

Is allowed to share files with users manually

isAllowedToShareDocumentsWithWorkspaceAdmins

Boolean

Is allowed to share files with workspace administartors

isDisableOnBehalfOfForAllOutgoingEmails

Boolean

Default value: FALSE

Allows to disable "on behalf" for outgoing emails.

licenseHoursValid

Integer

License hours valid

sendDailyActivityEmail

Boolean

sendMissingSetupNotificationEmails

Boolean

sendWeeklyInternalDomainLicensingReport

Boolean

control weekly-auto-sending of Internal Domain licensing report

sendWeeklyLicensingReport

Boolean

control weekly-auto-sending of licensing report

shareFilesWithNotificationByDefault

Boolean

Default value: FALSE

Share files with notification by default

uploadBandwidthLimit

Integer

Upload bandwidth limit

useAutoComplete

Boolean

Default value: FALSE

User auto complete

wopiDiscoveryUrl

String

Wopi discovery URL

Json Format
{
isAllowedToShareAnnotationsWithWorkspaceAdmins: Boolean,
isAllowedToShareAnnotationsWithAllWorkspaceGroups: Boolean,
isAllowedToShareAnnotationsWithSelectedGroups: Boolean,
isAllowedToShareAnnotationsWithUsersManually: Boolean,
allowDownloadOriginal: Boolean,
allowDownloadProtected: Boolean,
isAllowedToShareDocumentsWithWorkspaceAdmins: Boolean,
isAllowedToShareDocumentsWithAllWorkspaceGroups: Boolean,
isAllowedToShareDocumentsWithSelectedGroups: Boolean,
isAllowedToShareDocumentsWithUsersManually: Boolean,
allowMobileIos: Boolean,
allowMobileAndroid: Boolean,
allowMobileBlackberry: Boolean,
allowMobileWindowsMobile: Boolean,
deleteFromDisk: Boolean,
licenseHoursValid: Integer,
defaultChangeGroupsToAllDocs: Boolean,
defaultAddGroupsAsDefaultEntity: Boolean,
allowOpenOriginalsInOtherApps: Boolean,
allowOpenUnsupportedInOtherApps: Boolean,
enableRmsSealing: Boolean,
uploadBandwidthLimit: Integer,
downloadBandwidthLimit: Integer,
enableBandwidthLimit: Boolean,
globalDownloadControlled: Boolean,
enableCloudStorageWorkspaces: Boolean,
allowTrackingFromMicrosoftOfficeDocuments: Boolean,
blockNonProvisionedUsers: Boolean,
enableSalesForce: Boolean,
enableWivi: Boolean,
enableOnlineViewerForUnsupportedBrowsers: Boolean,
enableWopi: Boolean,
allowLockingDocuments: Boolean,
useAutoComplete: Boolean,
autoCompleteAllowToAll: Boolean,
autoCompleteDisplayAll: Boolean,
wopiDiscoveryUrl: String,
enableSharingWithoutEmailNotification: Boolean,
shareFilesWithNotificationByDefault: Boolean,
isDisableOnBehalfOfForAllOutgoingEmails: Boolean,
enableComments: Boolean,
commentsDefaultValue: Boolean,
sendWeeklyLicensingReport: Boolean,
sendWeeklyInternalDomainLicensingReport: Boolean,
enablePushNotifications: Boolean,
sendMissingSetupNotificationEmails: Boolean,
sendDailyActivityEmail: Boolean,
enableFetchMembers: Boolean,
forcePinWorkspaces: Boolean,
displayCommentContent: Boolean,
allowAdvancedPrinting: Boolean,
customizedNotificationsEmails: Boolean,
disallowChangeToPermissionTemplates: Boolean
}