Zetect Usage Guide Admin PortalSwitch portal ⇄

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.

Account Attribute Mapping screen
Account Attribute Mapping — captured from the h-technova tenant.

How to use it

  1. Open the application and select the Attribute Mapping tab.
  2. Click Add Mapping and pick the target account attribute.
  3. Choose the Source: Identity copies an identity attribute verbatim; Expression evaluates a literal or a ${attr} template; Transform runs a declarative JSON transform.
  4. Fill in the value editor that appears for the chosen source.
  5. Click Save Mappings. Mappings apply to the next CREATE_ACCOUNT, UPDATE_ACCOUNT or ADD_TO_GROUP dispatch.

Field reference

FieldDescription
IdentityDirect copy. Choose the identity attribute — for example map account mail to identity email.
ExpressionA string with optional ${attrName} placeholders. A string with no placeholders is a constant.
TransformA 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