I am trying to create a PLIST for global protect to have the portal address populated so that our users do not have to enter it manually. Any suggestion?
Current version of GP is v6.0.2
I am trying to create a PLIST for global protect to have the portal address populated so that our users do not have to enter it manually. Any suggestion?
Current version of GP is v6.0.2
Best answer by lawinski
Here is a schema you can use:
{
"title": "GlobalProtect client",
"description": "Preference domain: com.paloaltonetworks.GlobalProtect.client",
"properties": {
"PanPortalList": {
"title": "Portals",
"description": "A list of portals that should be pre defined in the GlobalConnect client",
"type": "array",
"items": {
"type": "string",
"title": "URL"
}
}
}
}Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.