GitHub · Schema

integration

GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.

CodePipelinesPlatformSoftware DevelopmentSource ControlT1

Properties

Name Type Description
id integer Unique identifier of the GitHub app
slug string The slug name of the GitHub app
node_id string
owner object
name string The name of the GitHub app
description string
external_url string
html_url string
created_at string
updated_at string
permissions object The set of permissions for the GitHub app
events array The list of events for the GitHub app
installations_count integer The number of installations associated with the GitHub app
client_id string
client_secret string
webhook_secret string
pem string
View JSON Schema on GitHub