Fix wording on rule input documentation

This commit is contained in:
tyler-mairose-sp
2023-04-28 14:38:48 -04:00
parent 6087da989e
commit 2c2cca0bdc
2 changed files with 2 additions and 2 deletions

View File

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

View File

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