Connection Github Config
data class ConnectionGithubConfig(val appInstallationId: Int? = null, val authorizerCredential: ConnectionGithubConfigAuthorizerCredential? = null)
Constructors
Link copied to clipboard
constructor(appInstallationId: Int? = null, authorizerCredential: ConnectionGithubConfigAuthorizerCredential? = null)
Properties
Link copied to clipboard
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.