From c1ff6449675b441a68b3c6d2ccdadfb31609e3f1 Mon Sep 17 00:00:00 2001 From: Tyler Mairose Date: Thu, 9 May 2024 11:18:31 -0400 Subject: [PATCH] Fix attributeDefinition object type --- docs/extensibility/transforms/guides/identity-context.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extensibility/transforms/guides/identity-context.md b/docs/extensibility/transforms/guides/identity-context.md index 4f5bc4be858..2f9202d15d0 100644 --- a/docs/extensibility/transforms/guides/identity-context.md +++ b/docs/extensibility/transforms/guides/identity-context.md @@ -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).