NSX-T Data Center REST API

ListLocalNodeUsersRequestParameters (type)

{
  "id": "ListLocalNodeUsersRequestParameters",
  "properties": {
    "filter": {
      "description": "Show all local user accounts with filter account_type",
      "enum": [
        "all",
        "guest",
        "service"
      ],
      "title": "Show all local user accounts with filter account_type",
      "type": "string"
    },
    "internal": {
      "default": false,
      "description": "When flag internal is set to true, response will include all node user (including internal users) and detailed property. When flag internal is set to false, response will only include user managed accounts.",
      "title": "Flag to specify showing all local node user (including internal users) and detailed property\n",
      "type": "boolean"
    }
  },
  "title": "NodeUserPropertiesListResult get request parameters",
  "type": "object"
}