NSX-T Data Center REST API

NodeUserPasswordProperty (type)

{
  "additionalProperties": false,
  "id": "NodeUserPasswordProperty",
  "properties": {
    "password": {
      "required": true,
      "sensitive": true,
      "title": "The new password for user",
      "type": "string"
    }
  },
  "type": "object"
}