Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
ActiveDirectoryGroupInfo
Active Directory group details.
Parameters
Name Type Description

activeDirectoryDomain

String

The group's Active Directory domain

activeDirectoryGroupGuid

String

The group's Active Directory GUID

activeDirectoryUUID

String

The group's Active Directory UUID

creationDate

Date

When the group was created

description

String

The group's description

distinguishedName

String

The group's distinguished name

location

String

The group's location

name

String

The group's name

organizationRoles

Set(String)

Not null
Default value: new HashSet<>()

The group's organization roles

updateDate

Date

When the group was last updated

watchdoxId

Integer

The group's WatchDox id

Json Format
{
watchdoxId: Integer,
activeDirectoryGroupGuid: String,
name: String,
description: String,
distinguishedName: String,
activeDirectoryDomain: String,
creationDate: Date,
updateDate: Date,
organizationRoles: Set(String),
activeDirectoryUUID: String,
location: String
}