authorizerCredential

@JvmName(name = "ewlpjdqclpdccoug")
suspend fun authorizerCredential(value: Output<ConnectionGithubConfigAuthorizerCredentialArgs>)
@JvmName(name = "kdunymeahqslfqie")
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.


@JvmName(name = "gosbgamgeiaiivua")
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.