NodeUserSettings

NodeUserSettings
NodeUserSettings
JSON Example
{
    "cli_username": "string",
    "audit_username": "string",
    "root_password": "string",
    "cli_password": "string",
    "audit_password": "string"
}
string
cli_username
Optional

To configure username, you must provide this property together with cli_password.

string
audit_username
Optional

The default username is "audit". To configure username, you must provide this property together with audit_password.

string
root_password
Optional

Password for the node root user. For deployment, this property is required. After deployment, this property is ignored, and the node cli must be used to change the password. The password specified must be at least 8 characters in length and must contain at least one lowercase, one uppercase, one numeric character and one special character (except quotes).

string
cli_password
Optional

Password for the node cli user. For deployment, this property is required. After deployment, this property is ignored, and the node cli must be used to change the password. The password specified must be at least 8 characters in length and must contain at least one lowercase, one uppercase, one numeric character and one special character (except quotes).

string
audit_password
Optional

Password for the node audit user. For deployment, this property is required. After deployment, this property is ignored, and the node cli must be used to change the password. The password specified must be at least 8 characters in length and must contain at least one lowercase, one uppercase, one numeric character and one special character (except quotes).