Members of user groups
The account settings and group memberships of all users from all authentication extensions.
General Information
Domain |
TcHmiSrv |
Full symbol path |
TcHmiSrv.Config::USERGROUPUSERS |
Property is hidden |
No |
Contained in every configuration by default |
No |
Schema
Type |
object |
Default value
{
"TcHmiUserManagement": {
"__SystemAdministrator": {
"USERGROUPUSERS_GROUPS": [
"__SystemAdministrators"
],
"USERGROUPUSERS_LOCALE": "project"
},
"__SystemGuest": {
"USERGROUPUSERS_GROUPS": [
"__SystemGuests"
],
"USERGROUPUSERS_LOCALE": "project"
}
}
}
JSON Schema
{
"additionalProperties": {
"additionalProperties": {
"additionalProperties": false,
"configDescription": "DESC_USERNAME",
"optionMethod": {
"symbol": "ListUserNames"
},
"properties": {
"USERGROUPUSERS_AUTO_LOGOFF": {
"default": "PT0S",
"format": "timespan",
"type": "string"
},
"USERGROUPUSERS_GROUPS": {
"$ref": "tchmi:server#/definitions/userGroups"
},
"USERGROUPUSERS_LOCALE": {
"allOf": [
{
"$ref": "tchmi:server#/definitions/userLocale"
},
{
"configDescription": "DESC_LOCALE"
}
]
},
"USERGROUPUSERS_TIMEFORMATLOCALE": {
"allOf": [
{
"$ref": "tchmi:server#/definitions/userLocale"
},
{
"configDescription": "DESC_LOCALE"
}
]
},
"USERGROUPUSERS_TIMEZONE": {
"allOf": [
{
"$ref": "tchmi:server#/definitions/userTimeZone"
},
{
"configDescription": "DESC_TIMEZONE"
}
]
}
},
"required": [
"USERGROUPUSERS_LOCALE",
"USERGROUPUSERS_GROUPS",
"USERGROUPUSERS_AUTO_LOGOFF"
],
"type": "object"
},
"configDescription": "DESC_AUTHENTICATION_DOMAIN",
"type": "object"
},
"default": {
"TcHmiUserManagement": {
"__SystemAdministrator": {
"USERGROUPUSERS_GROUPS": [
"__SystemAdministrators"
],
"USERGROUPUSERS_LOCALE": "project"
},
"__SystemGuest": {
"USERGROUPUSERS_GROUPS": [
"__SystemGuests"
],
"USERGROUPUSERS_LOCALE": "project"
}
}
},
"description": "DESC_USERGROUPUSERS",
"propertyOrder": 7,
"required": [
"TcHmiUserManagement"
],
"type": "object"
}