mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 04:19:31 +00:00
Fix wording on rule input documentation
This commit is contained in:
@@ -28,7 +28,7 @@ This rule generates complex account attribute values during provisioning, e.g. w
|
||||
| log | org.apache.log4j.Logger | Logger to log statements. _Note: This executes in the cloud, and logging is currently not exposed to anyone other than SailPoint._ |
|
||||
| idn | sailpoint.server.IdnRuleUtil | Provides a read-only starting point for using the SailPoint API. From this passed reference, the rule can interrogate the IdentityNow data model including identities or account information via helper methods as described in [IdnRuleUtil](../idn_rule_utility.md). |
|
||||
| identity | sailpoint.object.Identity | Reference to identity object representing the identity being calculated. |
|
||||
| application | sailpoint.object.Application | A read-only reference to application object that represents the source to which provisioning is being done. |
|
||||
| application | sailpoint.object.Application | Read-only reference to application object that represents the source to which provisioning is being done. |
|
||||
| field | sailpoint.object.Field | Field object used to get information about the attribute being generated. |
|
||||
|
||||
## Output
|
||||
|
||||
@@ -28,7 +28,7 @@ Use this rule to modify a provisioning plan as provisioning is sent out. Do not
|
||||
| log | org.apache.log4j.Logger | Logger to log statements. _Note: This executes in the cloud, and logging is currently not exposed to anyone other than SailPoint._ |
|
||||
| idn | sailpoint.server.IdnRuleUtil | Provides a read-only starting point for using the SailPoint API. From this passed reference, the rule can interrogate the IdentityNow data model including identities or account information via helper methods as described in [IdnRuleUtil](../idn_rule_utility.md). |
|
||||
| plan | sailpoint.object.ProvisioningPlan | A set of provisioning instructions which are sent to the source connectors. |
|
||||
| application | sailpoint.object.Application | A read-only reference to application object that represents the source to which provisioning is being done. |
|
||||
| application | sailpoint.object.Application | Read-only reference to application object that represents the source to which provisioning is being done. |
|
||||
|
||||
## Output
|
||||
|
||||
|
||||
Reference in New Issue
Block a user