nerdexam
SailPoint

SAILPOINT-CERTIFIED-IDENTITYNOW-ENGINEER · Question #98

Review the following transform: Can the following output of this transform be expected, based on the input provided in the option? Solution:

The correct answer is A. Yes. The provided transform is of type "Concat", which means it concatenates values from multiple sources. In this case, it appears to be concatenating the "cn" value with the "displayName" attribute of an identity. The "type": "IdentityAttribute" section specifies that the…

Transforms and Identity Attribute Mapping

Question

Review the following transform:

Can the following output of this transform be expected, based on the input provided in the option? Solution:

Options

  • AYes
  • BNo

How the community answered

(29 responses)
  • A
    79% (23)
  • B
    21% (6)

Explanation

The provided transform is of type "Concat", which means it concatenates values from multiple sources. In this case, it appears to be concatenating the "cn" value with the "displayName" attribute of an identity. The "type": "IdentityAttribute" section specifies that the transform is pulling the "displayName" attribute from the identity object. Given the input where the displayName is "Thomas Miller", the expected output is in the format cn=Thomas Miller,ou=users,dc=example, which aligns with the displayed output in the example. The transformation concatenates the displayName value with the rest of the distinguished name (DN), which is a common use case for generating a DN from user attributes. Key Reference from SailPoint Documentation: Concat Transform in IdentityNow: The concat transform is used to join multiple attribute values, and in this example, it successfully creates the expected DN string using the provided displayName input.

Topics

#transforms#data transformation#identity attributes

Community Discussion

No community discussion yet for this question.

Full SAILPOINT-CERTIFIED-IDENTITYNOW-ENGINEER Practice