mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
Merge branch 'main' into patch-16
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user