CRecordUserDbRoleRecord

This record is a pure data record. It contains the data for one role.

This message belongs to the session manager API.

{
  "id": "38ce13f3-1bfb-410b-b2c1-2342113f4052",
  "name": "USER_DB_ROLE_RECORD",
  "description": "A role record.",
  "slots": [
    {
      "key": "role",
      "name": "ROLE_ID",
      "direction": "REQUEST",
      "mandatory": "true",
      "type": "STRING",
      "description": "The role id."
    },
    {
      "key": "desc",
      "name": "DESCRIPTION",
      "direction": "ANSWER",
      "mandatory": "false",
      "type": "STRING",
      "description": "The role description."
    },
    {
      "key": "protected",
      "name": "IS_PROTECTED",
      "direction": "ANSWER",
      "mandatory": "false",
      "type": "BOOLEAN",
      "description": "True if the role is protected."
    },
    {
      "key": "createdBy",
      "name": "CREATED_BY",
      "direction": "ANSWER",
      "mandatory": "false",
      "type": "STRING",
      "description": "The user that has created the role."
    },
    {
      "key": "time",
      "name": "TIME_CREATED",
      "direction": "ANSWER",
      "mandatory": "false",
      "type": "LOCAL_DATE_TIME",
      "description": "The timestamp of role creation."
    }
  ]
}

nyssr.net - Innovative Distributed System