CRecordUserDbRoleRecord
This record is a pure data record. It contains the data for one role.
This message belongs to the Session Manager API.
The Session Manager is part of the NY_Session2PlugIn plugin.
{
"id": "38ce13f3-1bfb-410b-b2c1-2342113f4052",
"name": "USER_DB_ROLE_RECORD ",
"description": "A role record.",
"slots": [
{
"key": "1",
"name": "ROLE_ID ",
"direction": "REQUEST",
"mandatory": "true",
"type": "STRING",
"description": "The role id."
},
{
"key": "10",
"name": "DESCRIPTION ",
"direction": "ANSWER",
"mandatory": "false",
"type": "STRING",
"description": "The role description."
},
{
"key": "11",
"name": "IS_PROTECTED ",
"direction": "ANSWER",
"mandatory": "false",
"type": "BOOLEAN",
"description": "True if the role is protected."
},
{
"key": "12",
"name": "CREATED_BY ",
"direction": "ANSWER",
"mandatory": "false",
"type": "STRING",
"description": "The user that has created the role."
},
{
"key": "13",
"name": "TIME_CREATED ",
"direction": "ANSWER",
"mandatory": "false",
"type": "LOCAL_DATE_TIME",
"description": "The timestamp of role creation."
}
]
}
Description
-
ROLE_ID : The role ID is the key of the role data record and is therefore unique. Example: “Administrator” -
DESCRIPTION : The description of the role. It may be a little more detailed. -
IS_PROTECTED : A flag that indicates whether this role is protected. This protects it from accidental deletion. -
CREATED_BY : An automatic entry. It shows the user ID of the person who created the data record. -
TIME_CREATED : An automatic entry. A timestamp of when the role was created.