Click or drag to resize
EditActiveDirectorySettingsJson Class
Used when editing the Active Directory settings for and organization
Inheritance Hierarchy
SystemObject
  BlackBerry.Workspaces.JsonBaseJson
    BlackBerry.Workspaces.JsonEditActiveDirectorySettingsJson

Namespace:  BlackBerry.Workspaces.Json
Assembly:  BlackBerryWorkspacesSDK (in BlackBerryWorkspacesSDK.dll) Version: 7.0.0.223 (7.0.0.223)
Syntax
C#
public class EditActiveDirectorySettingsJson : BaseJson

The EditActiveDirectorySettingsJson type exposes the following members.

Constructors
  NameDescription
Public methodEditActiveDirectorySettingsJson
Initializes a new instance of the EditActiveDirectorySettingsJson class
Top
Properties
  NameDescription
Public propertyBaseDN
The base DN (part of the subtree of the active directory domain) we wish to integrate
Public propertyGlobalCatalog
True if this is a global catalog server, false if not
Public propertyObjType
The type of the Json object.
(Inherited from BaseJson.)
Public propertyPassword
Password to authenticate with
Public propertyPort
The IP port to use
Public propertyServerAddresses
DNS address or IP address to the server of the active directory
Public propertyUsername
Username to authenticate with
Public propertyUuid
Public propertyWatchdoxDomainPermittedToActiveDirectory
List of domains which their users can query the active directory
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Converts the object into a JSON string.
(Inherited from BaseJson.)
Top
See Also