Objects
App
A GitHub App.
App Implementa
Campos para App
| Nome | Descrição |
|---|---|
| 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. Argumentos para
|
| The hex color code, without the leading '#', for the logo background. |
| A URL pointing to the app's logo. Argumentos para
|
| 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 Implementa
Campos para Bot
| Nome | Descrição |
|---|---|
| A URL pointing to the GitHub App's public avatar. Argumentos para
|
| 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 é implementado por
OauthApplicationCreateAuditEntryOrgOauthAppAccessApprovedAuditEntryOrgOauthAppAccessBlockedAuditEntryOrgOauthAppAccessDeniedAuditEntryOrgOauthAppAccessRequestedAuditEntryOrgOauthAppAccessUnblockedAuditEntry
Campos para OauthApplicationAuditEntryData
| Nome | Descrição |
|---|---|
| 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.
Valores para OauthApplicationCreateAuditEntryState
| Nome | Descrição |
|---|---|
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. |