Account Attribute Mapping
Attribute mapping decides the value of every account attribute Zetect provisions. Each row maps one target account attribute to a source, and the Source dropdown offers three kinds: Identity, Expression and Transform.
How to use it
- Open the application and select the Attribute Mapping tab.
- Click Add Mapping and pick the target account attribute.
- Choose the Source: Identity copies an identity attribute verbatim; Expression evaluates a literal or a
${attr}template; Transform runs a declarative JSON transform. - Fill in the value editor that appears for the chosen source.
- Click Save Mappings. Mappings apply to the next CREATE_ACCOUNT, UPDATE_ACCOUNT or ADD_TO_GROUP dispatch.
Field reference
| Field | Description |
|---|---|
| Identity | Direct copy. Choose the identity attribute — for example map account mail to identity email. |
| Expression | A string with optional ${attrName} placeholders. A string with no placeholders is a constant. |
| Transform | A JSON definition executed by the Transformation Engine. Supports lookup, decision, concat, split, regex, replace, case and trim operations, date formatting and arithmetic, plus pipelines that chain steps. |
Example — Worked examples
4