Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
EditOrganizationPolicy
Used when editing an organizational policy
Parameters
Name Type Description

allowAdvancedPrinting

Boolean

allowDownloadOriginal

Boolean

allowDownloadProtected

Boolean

Deprecated

allowLockingDocuments

Boolean

allowMobileAndroid

Boolean

allowMobileBlackberry

Boolean

allowMobileIos

Boolean

allowMobileWindowsMobile

Boolean

allowOpenOriginalsInOtherApps

Boolean

allowOpenUnsupportedInOtherApps

Boolean

allowTrackingFromMicrosoftOfficeDocuments

Boolean

autoCompleteAllowToAll

Boolean

autoCompleteDisplayAll

Boolean

blockNonProvisionedUsers

Boolean

commentsDefaultValue

Boolean

customizedNotificationsEmails

Boolean

defaultAddGroupsAsDefaultEntity

Boolean

defaultChangeGroupsToAllDocs

Boolean

deleteFromDisk

Boolean

disallowChangeToPermissionTemplates

Boolean

displayCommentContent

Boolean

downloadBandwidthLimit

Integer

enableBandwidthLimit

Boolean

enableComments

Boolean

enableOnlineViewerForUnsupportedBrowsers

Boolean

enablePushNotifications

Boolean

enableSalesForce

Boolean

enableSharingWithoutEmailNotification

Boolean

enableWivi

Boolean

enableWopi

Boolean

entitiesToApproveInOrg

Set(PermittedEntityFromUser)

Not null
Default value: new HashSet<>()

entitiesToDenyInOrg

Set(PermittedEntityFromUser)

Not null
Default value: new HashSet<>()

globalDownloadControlled

Boolean

isAllowedToShareAnnotationsWithAllWorkspaceGroups

Boolean

isAllowedToShareAnnotationsWithSelectedGroups

Boolean

isAllowedToShareAnnotationsWithUsersManually

Boolean

isAllowedToShareAnnotationsWithWorkspaceAdmins

Boolean

isAllowedToShareDocumentsWithAllWorkspaceGroups

Boolean

isAllowedToShareDocumentsWithSelectedGroups

Boolean

isAllowedToShareDocumentsWithUsersManually

Boolean

isAllowedToShareDocumentsWithWorkspaceAdmins

Boolean

isDisableOnBehalfOfForAllOutgoingEmails

Boolean

licenseHoursValid

Integer

sendDailyActivityEmail

Boolean

sendWeeklyInternalDomainLicensingReport

Boolean

sendWeeklyLicensingReport

Boolean

setEntitiesToApproveInOrg

Boolean

Default value: FALSE

setEntitiesToDenyInOrg

Boolean

Default value: FALSE

shareFilesWithNotificationByDefault

Boolean

uploadBandwidthLimit

Integer

useAutoComplete

Boolean

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,
defaultChangeGroupsToAllDocs: Boolean,
defaultAddGroupsAsDefaultEntity: Boolean,
allowOpenOriginalsInOtherApps: Boolean,
allowOpenUnsupportedInOtherApps: Boolean,
enableSalesForce: Boolean,
enableWivi: Boolean,
enableOnlineViewerForUnsupportedBrowsers: Boolean,
allowLockingDocuments: Boolean,
useAutoComplete: Boolean,
autoCompleteAllowToAll: Boolean,
autoCompleteDisplayAll: Boolean,
enableSharingWithoutEmailNotification: Boolean,
shareFilesWithNotificationByDefault: Boolean,
isDisableOnBehalfOfForAllOutgoingEmails: Boolean,
sendWeeklyLicensingReport: Boolean,
sendWeeklyInternalDomainLicensingReport: Boolean,
uploadBandwidthLimit: Integer,
downloadBandwidthLimit: Integer,
enableBandwidthLimit: Boolean,
globalDownloadControlled: Boolean,
setEntitiesToDenyInOrg: Boolean,
entitiesToDenyInOrg: Set(
{
address: String,
entityType: EntityType
}),
setEntitiesToApproveInOrg: Boolean,
entitiesToApproveInOrg: Set(
{
address: String,
entityType: EntityType
}),
licenseHoursValid: Integer,
allowTrackingFromMicrosoftOfficeDocuments: Boolean,
blockNonProvisionedUsers: Boolean,
enableWopi: Boolean,
enableComments: Boolean,
commentsDefaultValue: Boolean,
enablePushNotifications: Boolean,
sendDailyActivityEmail: Boolean,
displayCommentContent: Boolean,
allowAdvancedPrinting: Boolean,
customizedNotificationsEmails: Boolean,
disallowChangeToPermissionTemplates: Boolean
}