Skip to content

Commit

Permalink
Merge pull request #555 from sailpoint-oss/devrel-1381
Browse files Browse the repository at this point in the history
Fix attributeDefinition object type
  • Loading branch information
tyler-mairose-sp authored May 9, 2024
2 parents 79e0e41 + c1ff644 commit b3a9bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/extensibility/transforms/guides/identity-context.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The following variables are available to the Apache Velocity template engine whe
| Variable | Type | Description |
| --- | --- | --- |
| identity | sailpoint.object.Identity | This is the identity the attribute promotion is performed on. |
| attributeDefinition | sailpoint.object.ObjectAttribute | This is the definition of the attribute being promoted. |
| attributeDefinition | sailpoint.object.AttributeDefinition | This is the definition of the attribute being promoted. |
| oldValue | Object | This is the attribute's previous value. |

For available methods on these objects see our [Rules Java Docs](https://developer.sailpoint.com/docs/extensibility/rules/java-docs).
Expand Down

0 comments on commit b3a9bda

Please sign in to comment.