authorizerCredential

@JvmName(name = "lonnhhqljrmkucok")
suspend fun authorizerCredential(value: Output<ConnectionGithubConfigAuthorizerCredentialArgs>)
@JvmName(name = "dvmaqelslwtdrrrs")
suspend fun authorizerCredential(value: ConnectionGithubConfigAuthorizerCredentialArgs?)

Parameters

value

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.


@JvmName(name = "jequqggpuawkhnhm")
suspend fun authorizerCredential(argument: suspend ConnectionGithubConfigAuthorizerCredentialArgsBuilder.() -> Unit)

Parameters

argument

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.