Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
ExistingActiveDirectoryGroupSuggestion
Details of a suggested Active Directory group
Parameters
Name Type Description

activeDirectoryGroupGuid

String

Guid of the suggested group

activeDirectoryUUID

String

The active directory uuid

description

String

Description of the group

isSecurityGroup

boolean

True if this is a security group, False if not

location

String

The location

name

String

The group's name

numberOfWorkspacesMemberships

Integer

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