Account Zscaler Config

ModelsStructures

Account Zscaler Config
#

OAuth linked Zscaler apps account details

This model accepts additional fields of type Object.

NameDescription
cloud_name
REQUIRED
String
partner_key
REQUIRED
String
password
REQUIRED
String

customer account password

username
REQUIRED
String

customer account user name

{
  "cloud_name": "zscalerbeta.net",
  "partner_key": "K35vrZcK3JvrZc",
  "password": "password",
  "username": "john@nmo.com",
  "exampleAdditionalProperty": {
    "key1": "val1",
    "key2": "val2"
  }
}