Connection Github Config Args
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
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.