NSX-T Data Center REST API

ALBControllerNodeUserSettings (type)

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