Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
WorkspaceProtectorSettings
Used when setting a protector
Parameters
Name Type Description

enableDlpValidation

Boolean

Enable DLP validatin

enableProtector

Boolean

Required
Not null

Enable protector

roomGuid

String

Romm guid

roomId

Integer

Workspace id

templateName

ProtectAnywhereTemplateName

Template name

Possible values: [FULL_ACCESS, CONTROLLED, CONTROLLED_EDIT, CONTROLLED_PRINT_EDIT, CONTROLLED_PRINT, CONTROLLED_FULL].

Json Format
{
roomGuid: String,
roomId: Integer,
enableProtector: Boolean,
templateName: ProtectAnywhereTemplateName,
enableDlpValidation: Boolean
}