ConnectionGithubConfigArgs

data class ConnectionGithubConfigArgs(val appInstallationId: Output<Int>? = null, val authorizerCredential: Output<ConnectionGithubConfigAuthorizerCredentialArgs>? = null) : ConvertibleToJava<ConnectionGithubConfigArgs>

Constructors

Link copied to clipboard
constructor(appInstallationId: Output<Int>? = null, authorizerCredential: Output<ConnectionGithubConfigAuthorizerCredentialArgs>? = null)

Properties

Link copied to clipboard
val appInstallationId: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): ConnectionGithubConfigArgs