NSX-T Data Center REST API

Role (type)

{
  "id": "Role",
  "module_id": "AAA",
  "properties": {
    "role": {
      "description": "Short identifier for the role. Must be all lower case with no spaces.",
      "pattern": "^[_a-z0-9-]+$",
      "required": true,
      "title": "Role identifier",
      "type": "string"
    },
    "role_display_name": {
      "description": "A short, human-friendly display name of the role.",
      "required": false,
      "title": "Display name for role",
      "type": "string"
    }
  },
  "title": "Role",
  "type": "object"
}