GitHub · Example Payload

Github Repo Invitations Api Security And Analysis Example

CodePipelinesPlatformSoftware DevelopmentSource ControlT1

Github Repo Invitations Api Security And Analysis Example is an example object payload from GitHub, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

advanced_securitysecret_scanningsecret_scanning_push_protection

Example Payload

Raw ↑
{
  "advanced_security": {
    "status": "disabled"
  },
  "secret_scanning": {
    "status": "disabled"
  },
  "secret_scanning_push_protection": {
    "status": "enabled"
  }
}