CRecordUserDbRightRecord
This record is a pure data record. It contains the data for one user permission.
    This message belongs to the Session Manager API.
    The Session Manager is part of the NY_Session2PlugIn plugin.
{
  "id": "a5bdfcf5-db9c-4836-a276-8a8dd3b8417c",
  "name": "USER_DB_RIGHT_RECORD ",
  "description": "A right record.",
  "slots": [
    {
      "key": "1",
      "name": "RIGHT_ID ",
      "direction": "REQUEST",
      "mandatory": "true",
      "type": "STRING",
      "description": "The right id."
    },
    {
      "key": "10",
      "name": "DESCRIPTION ",
      "direction": "ANSWER",
      "mandatory": "false",
      "type": "STRING",
      "description": "The right description."
    },
    {
      "key": "11",
      "name": "IS_PROTECTED ",
      "direction": "ANSWER",
      "mandatory": "false",
      "type": "BOOLEAN",
      "description": "True if the right is protected."
    }
  ]
}
Description
- 
        RIGHT_ID : This is the right ID (a String).
- 
        DESCRIPTION : This is the right description (a String).
- 
        IS_PROTECTED : True if the right is protected. It can then not be accidentally deleted.
