Attribute mappings examples
Properties
When you are configuring an agent and defining the attribute mappings of connectors, depending on the connector type, it will be able to define some properties
Attributes
When you are configuring an agent, depending on the connector type, it will be able to define some attributes. The attributes depend on the object that you are configuring, and the objects depend on the connector type.
Get the value of an user attribute
sAMAccountName <= userName
sAMAccountName => userName
sAMAccountName <=> userName
Get the value of a custom attribute
company <= attributes{"company"}
company => attributes{"company"}
company <=> attributes{"company"}
Get the value of an account metadata attribute
office <= accountAttributes{"office"}
office => accountAttributes{"office"}
office <=> accountAttributes{"office"}
Define a constant on the target system
nameConst <= "valueConst"