Get Identity Attribute Name for which the Identity Attribute Rule is called

Yep! You can add it to the Signature block in your rule XML.

<Signature>
  <Inputs>
    <Argument name="identiyAttributeName" type="java.lang.String">
       <Description>Example Description</Description>
    </Argument>
  </Inputs>
</Signature>
1 Like