Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
VdrRevokePermission
Used when revoking permissions
Parameters
Name Type Description

documentGuids

Set(String)

Default value: new HashSet<>()

List of file guids

folderGuids

Set(String)

Default value: new HashSet<>()

Set of folder guids

folderIds

Set(Integer)

Default value: new HashSet<>()

Set of folder ids

folderPaths

Set(String)

Default value: new HashSet<>()

Set of paths to folders

permittedEntities

List(PermittedEntityFromUser)

Not null
Default value: new ArrayList<>()

List of entities. One of GROUP,USER, DOMAIN

personalNote

String

Minimum size: 0  Maximum size: 4000

Personal note

revokeAllEntities

boolean

Default value: false

Flag indicating that all entities to be revoked from Workspace

Json Format
{
permittedEntities: List(
{
address: String,
entityType: EntityType
}),
revokeAllEntities: Boolean,
documentGuids: Set(String),
personalNote: String,
folderPaths: Set(String),
folderIds: Set(Integer),
folderGuids: Set(String)
}