Data Sync Server Documentation Index
Configuration Reference Home

Attribute Map

Attribute Maps are used to define a collection of Attribute Mappings that are used to map an Entry's attributes from one schema to another.

Relations from This Component
Relations to This Component
Properties
dsconfig Usage

Relations from This Component

The following components have a direct composition relation from Attribute Maps:

Relations to This Component

The following components have a direct aggregation relation to Attribute Maps:

Properties

The properties supported by this managed object are as follows:


Basic Properties: Advanced Properties:
↓ description  None

Basic Properties

description

Description
A description for this Attribute Map
Default Value
None
Allowed Values
A string
Multi-Valued
No
Required
No
Admin Action Required
None. Modification requires no further action


dsconfig Usage

To list the configured Attribute Maps:

dsconfig list-attribute-maps
     [--property {propertyName}] ...

To view the configuration for an existing Attribute Map:

dsconfig get-attribute-map-prop
     --map-name {name}
     [--tab-delimited]
     [--script-friendly]
     [--property {propertyName}] ...

To update the configuration for an existing Attribute Map:

dsconfig set-attribute-map-prop
     --map-name {name}
     (--set|--add|--remove) {propertyName}:{propertyValue}
     [(--set|--add|--remove) {propertyName}:{propertyValue}] ...

To create a new Attribute Map:

dsconfig create-attribute-map
     --map-name {name}
     [--set {propertyName}:{propertyValue}] ...

To delete an existing Attribute Map:

dsconfig delete-attribute-map
     --map-name {name}