Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
ListEmailProtectorWhitelistEntitiesResult
Results from listing all user and domain entities within the Email protector whitelist
Parameters
Name Type Description

whiteListEntities

List(ListEmailProtectorWhitelistEntityResult)

Not null
Default value: new HashSet<>()

List of whitelist entities

Json Format
{
whiteListEntities: Set(
{
permittedEntityAddress: String,
permittedEntityType: EntityType
})
}