createPacConfigurationFileBody

createPacConfigurationFileBody
createPacConfigurationFileBody
JSON Example
{
    "name": "Standard",
    "filename": "test.dat",
    "data": {
        "isDefault": false,
        "domainExceptions": [
            "vmware.com"
        ],
        "subnetExceptions": [
            [
                "2.2.2.2",
                "255.255.255.0"
            ],
            [
                "1.1.1.1",
                "255.255.255.255"
            ]
        ],
        "custom": "string",
        "httpPort": 3131,
        "httpsPort": 3131,
        "sslEnable": false,
        "ssoEnable": false,
        "useCustomPort": false,
        "defaultOverride": {
            "menloSecurity": {
                "enable": false
            },
            "googleServices": {
                "enable": false
            },
            "windowsUpdates": {
                "enable": false
            },
            "appleUpdates": {
                "enable": false
            },
            "mozilla": {
                "enable": false
            },
            "screenShareServices": {
                "enable": false
            },
            "dropboxFileSharing": {
                "enable": false
            },
            "samlIdentityServices": {
                "enable": false
            },
            "netflixVideoStreaming": {
                "enable": false
            },
            "serviceProviderBlockers": {
                "enable": false
            }
        },
        "description": "string",
        "enableAdvanced": false,
        "inspectDirect": false,
        "ipOverrideDomains": [
            "string"
        ],
        "blockOnInaccessible": false,
        "netHost": "string",
        "netIP": "string",
        "customRoute": false,
        "customProxies": [
            "string"
        ],
        "bypassOffice365": false,
        "bypassOffice365Tenants": [
            "string"
        ],
        "bypassUsGovOffice365": false,
        "bypassUsGovOffice365Tenants": [
            "string"
        ]
    }
}
string
name
Optional

name

string
filename
Optional

filename

object
data
Optional

data