Name | Description | Type | Additional information |
---|---|---|---|
Site |
Optional site to install the wordpress in |
string |
None. |
Alias |
Optional alias to install the wordpress with |
string |
None. |
HostingHandle |
Hosting handle - auto populated |
string |
None. |
DbName |
Name of wordpress database. A new database is created if this is left empty. |
string |
None. |
Dir |
Directory to deploy the wordpress |
string |
None. |
RootInstallDir |
Directory to install the root wordpress - default wp_root_install |
string |
None. |
Title |
Title of wordpress site |
string |
Required |
AdminUser |
Admin user name - default wp_admin |
string |
None. |
AdminEmail |
Admin email - default to user email |
string |
None. |
AdminPassword |
Password if supplied must have at least one alpha character, one numeric character, special character and a length between 6 and 20 |
string |
Matching regular expression pattern: ^(?=.*[0-9])(?=.*[a-zA-Z])(?=.*[é'(\-è_çà)=#{\[|\\@\]}$ù*,;:!£%µ?./§¤])[0-9a-zA-Zé'(\-è_çà)=#{\[|\\@\]}$ù*,;:!£%µ?./§¤]{6,20}$ Max length: 20 Min length: 6 |