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
The following components have a direct composition relation from Attribute Maps:
The following components have a direct aggregation relation to Attribute Maps:
The properties supported by this managed object are as follows:
Basic Properties: | Advanced Properties: |
---|---|
↓ description | None |
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 |
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}