Dateien

Spezielle Einstellungen und Berechtigungen für bestimmte Dateien oder Verzeichnisse.

Allgemeine Informationen

Domain

TcHmiSrv

Vollständiger Symbol-Pfad

TcHmiSrv.Config::FILES

Eigenschaft ist versteckt

Nein

Standardmäßig in jeder Konfiguration enthalten

Nein

Schema

Typ

object

JSON-Schema

{
    "additionalProperties": {
        "default": {
            "ACCESS": 3
        },
        "properties": {
            "ACCESS": {
                "$ref": "tchmi:server#/definitions/accessEnum"
            },
            "FILESHTTPHEADERS": {
                "format": "multiline",
                "type": "string"
            },
            "HTTPSTATUSCODE": {
                "enum": [
                    "",
                    "301",
                    "302",
                    "307",
                    "308",
                    "401",
                    "403",
                    "404"
                ],
                "type": "string"
            },
            "LOGINPAGE": {
                "type": "string"
            }
        },
        "type": "object"
    },
    "description": "DESC_FILES",
    "propertyOrder": 11,
    "type": "object"
}