Objects
App
A GitHub App.
App Implements
Fields for App
| Name | Description |
|---|---|
| The client ID of the app. |
| Identifies the date and time when the object was created. |
| Identifies the primary key from the database. |
| The description of the app. |
| The Node ID of the App object. |
| The IP addresses of the app. Arguments for
|
| The hex color code, without the leading '#', for the logo background. |
| A URL pointing to the app's logo. Arguments for
|
| The name of the app. |
| A slug based on the name of the app for use in URLs. |
| Identifies the date and time when the object was last updated. |
| The URL to the app's homepage. |
Bot
A special type of user which takes actions on behalf of GitHub Apps.
Bot Implements
Fields for Bot
| Name | Description |
|---|---|
| A URL pointing to the GitHub App's public avatar. Arguments for
|
| Identifies the date and time when the object was created. |
| Identifies the primary key from the database. |
| The Node ID of the Bot object. |
| The username of the actor. |
| The HTTP path for this bot. |
| Identifies the date and time when the object was last updated. |
| The HTTP URL for this bot. |
Interfaces
OauthApplicationAuditEntryData
Metadata for an audit entry with action oauth_application.*.
OauthApplicationAuditEntryData is implemented by
OauthApplicationCreateAuditEntryOrgOauthAppAccessApprovedAuditEntryOrgOauthAppAccessBlockedAuditEntryOrgOauthAppAccessDeniedAuditEntryOrgOauthAppAccessRequestedAuditEntryOrgOauthAppAccessUnblockedAuditEntry
Fields for OauthApplicationAuditEntryData
| Name | Description |
|---|---|
| The name of the OAuth application. |
| The HTTP path for the OAuth application. |
| The HTTP URL for the OAuth application. |
Enums
OauthApplicationCreateAuditEntryState
The state of an OAuth application when it was created.
Values for OauthApplicationCreateAuditEntryState
| Name | Description |
|---|---|
ACTIVE | The OAuth application was active and allowed to have OAuth Accesses. |
PENDING_DELETION | The OAuth application was in the process of being deleted. |
SUSPENDED | The OAuth application was suspended from generating OAuth Accesses due to abuse or security concerns. |