GitHub · Example Payload

Github Setup Enterprise Settings Example

CodePipelinesPlatformSoftware DevelopmentSource ControlT1

Github Setup Enterprise Settings Example is an example object payload from GitHub, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

enterpriserun_list

Example Payload

Raw ↑
{
  "enterprise": {
    "private_mode": true,
    "public_pages": true,
    "subdomain_isolation": true,
    "signup_enabled": true,
    "github_hostname": "octocat",
    "identicons_host": "12345678",
    "http_proxy": "example_value",
    "auth_mode": "example_value",
    "expire_sessions": true,
    "admin_password": "example_value"
  },
  "run_list": [
    "example_value"
  ]
}