Name |
Name of the parameter.
NOTE: You should not change the name of a parameter. The special parameters of the HandleObjectComponent process component are an exception to this rule. |
Hidden |
Specifies whether the parameter is shown in the One Identity Manager Service log file and in the Job Queue Info program. Values for hidden parameters are shown as <HIDDEN>.
NOTE: Users with the program function Option to see the values of hidden parameters in Job Queue Info (JobQueue_ShowHiddenParameters) can view the hidden parameters in the Job Queue Info. Assign the appropriate permissions group to the program function. |
Encrypted |
Specifies whether the parameter is encrypted when it is passed if the database is encrypted. Encrypted parameters are shown as <hidden> in the One Identity Manager Service log file and in the Job Queue Info program.
NOTE: If the Encrypted option is already set in the parameter template, the parameter must also be encrypted when it is passed. |
Contains encrypted components |
Specifies whether encrypted sequences are contained in this value. Use this option, if partially encrypted sequences such as passwords are to be passed in complex parameters, for example Windows PowerShell scripts. Encrypted parts of a parameter are shown as <Hidden> in the One Identity Manager Service log file and in the Job Queue Info program. |
Value template |
Define value templates in VB.Net syntax. When a parameter is added, the value template is copied from the parameter template.
TIP: To restore the default value template, select the button in View > Parameter and click the Template button in the Edit parameters view. |
Type |
Type of parameter. The IN, OUT and INOUT values are permitted.
Parameters of the OUT or INOUT type are parameters that a process component can use to output a value. This value is then available in all subsequent process steps in the process and can be used as a value for parameters of the IN type. |