diff --git a/docs/extensibility/rules/connector-rules/jdbc_build_map_rule.md b/docs/extensibility/rules/connector-rules/jdbc_build_map_rule.md index 2ed78dc12..025f9e3f6 100644 --- a/docs/extensibility/rules/connector-rules/jdbc_build_map_rule.md +++ b/docs/extensibility/rules/connector-rules/jdbc_build_map_rule.md @@ -28,7 +28,7 @@ This rule manipulates raw input data provided by the rows and columns in a file | result | java.sql.ResultSet | Current ResultSet from the JDBC Connector. | | connection | java.sql.Connection | Reference to the current SQL connection. | | state | java.util.Map | Map that can be used to store and share data between executions of this rule during a single aggregation run. | -| application | sailpoint.object.Application | Attribute value of the identity attribute before the rule runs. | +| application | sailpoint.object.Application | Reference to the source JDBC Application. | | schema | sailpoint.object.Schema | Reference to the schema object for the JDBC source being read. | ## Output diff --git a/docs/extensibility/rules/connector-rules/jdbc_provision_rule.md b/docs/extensibility/rules/connector-rules/jdbc_provision_rule.md index a197c199d..818823660 100644 --- a/docs/extensibility/rules/connector-rules/jdbc_provision_rule.md +++ b/docs/extensibility/rules/connector-rules/jdbc_provision_rule.md @@ -27,8 +27,8 @@ This rule performs provisioning actions from a provisioning plan provided by a s | --- | --- | --- | | connection | java.sql.Connection | Reference to the current SQL connection. | | plan | sailpoint.object.ProvisioningPlan | Provisioning plan containing the provisioning request(s). | -| application | sailpoint.object.Application | Attribute value for the identity attribute before the rule runs. | -| schema | sailpoint.object.Schema | Reference to the schema object for the delimited file source being read. | +| application | sailpoint.object.Application | Reference to the source JDBC Application | +| schema | sailpoint.object.Schema | Reference to the schema object for the JDBC source being read. | ## Output