{ "additionalProperties": false, "id": "ALBControllerNodeUserSettings", "module_id": "PolicyALBControllerDeployment", "properties": { "admin_password": { "description": "Password for the controller node admin user. For deployment, this property is required. The password specified must be at least 8 characters in length.", "required": true, "sensitive": true, "title": "Advanced Load Balancer controller admin password", "type": "secure_string" }, "admin_ssh_key": { "description": "To configure ssh into the Advanced Load Balancer controller, this property is required.", "required": false, "title": "Admin User SSH key", "type": "string" } }, "type": "object" }