Gruppenmitglieder

Die Account-Einstellungen und Gruppenmitgliedschaften aller Benutzer aller Authentifizierungserweiterungen.

Allgemeine Informationen

Domain

TcHmiSrv

Vollständiger Symbol-Pfad

TcHmiSrv.Config::USERGROUPUSERS

Eigenschaft ist versteckt

Nein

Standardmäßig in jeder Konfiguration enthalten

Nein

Schema

Typ

object

Default-Wert

{
    "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"
}