Previous Topic: Release a Customized SDK Connector ExampleNext Topic: Configuration Files


DYN Class Names

The DYN (extended) schema provides a set of generic classes that you can map to.

The set of standard classes includes:

eTDYNNamespace

Lets you map the endpoint-type and namespace level.

eTDYNDirectory

Represents endpoint or connector level.

eTDYNAccount

Specifies the account.

eTDYNAccountContainer

Specifies the accounts container, although you can use any eTDYNContainername.

eTDYNGroup

Specifies the group and its container.

eTDYNGroupContainer

Specifies the groups container, although you can use any eTDYNContainername.

eTDYNPolicy

Specifies the policy.

eTDYNPolicyContainer

Specifies the policies container.

The following set of generic classes are also available:

Simple single account and single group use cases can get by with eTDYNAccount/eTDYNGroup mappings. When mapping multiple groups, you can use eTDYNObject* classes You can also map any other additional classes using eTDYNObject.

eTDYNContainer* classes have many attributes that can be mapped, like the eTDYNObject* classes, so you can use them as more than simply containers for other objects if necessary.