Merge branch 'main' into patch-16

This commit is contained in:
Tyler Mairose
2024-05-09 14:52:51 -04:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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