Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
ActiveDirectoryGroupSuggestion
An Active Directory group suggestion used when searching for AD groups
Parameters
Name Type Description

activeDirectoryGroupGuid

String

activeDirectoryUUID

String

description

String

isSecurityGroup

boolean

location

String

name

String

Json Format
{
activeDirectoryGroupGuid: String,
name: String,
isSecurityGroup: Boolean,
activeDirectoryUUID: String,
location: String,
description: String
}