Name |
Type |
Required |
Description |
name |
identifier |
Yes |
The name of the plan parameter. The name must be unique amongst all the top-level plan parameters and variables. |
prompt |
String |
No |
The UI text to display when prompting for the value of the parameter. If unspecified, name is used by default. |
default |
String |
No |
The default value of the parameter. The default value may not include references to other parameters or variables. |
display Mode |
One of: PASSWORD CLEAR BOOLEAN |
No |
The display mode of the variable. If unspecified, CLEAR is used by default. If PASSWORD, the client-entered value will be hidden (that is, not shown or replaced with ***). If BOOLEAN, the parameter is entered as a checkbox. Otherwise, if CLEAR or BOOLEAN, it is safe for the value to be displayed as entered. |