ConnectionGithubConfig

data class ConnectionGithubConfig(val appInstallationId: Int? = null, val authorizerCredential: ConnectionGithubConfigAuthorizerCredential? = null)

Constructors

Link copied to clipboard
constructor(appInstallationId: Int? = null, authorizerCredential: ConnectionGithubConfigAuthorizerCredential? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val appInstallationId: Int? = null

GitHub App installation id.

Link copied to clipboard

OAuth credential of the account that authorized the Cloud Build GitHub App. It is recommended to use a robot account instead of a human user account. The OAuth token must be tied to the Cloud Build GitHub App. Structure is documented below.