ConnectionGithubConfigAuthorizerCredentialArgs

data class ConnectionGithubConfigAuthorizerCredentialArgs(val oauthTokenSecretVersion: Output<String>? = null, val username: Output<String>? = null) : ConvertibleToJava<ConnectionGithubConfigAuthorizerCredentialArgs>

Constructors

fun ConnectionGithubConfigAuthorizerCredentialArgs(oauthTokenSecretVersion: Output<String>? = null, username: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val oauthTokenSecretVersion: Output<String>? = null

A SecretManager resource containing the OAuth token that authorizes the Cloud Build connection. Format: projects/*/secrets/*/versions/*.

Link copied to clipboard
val username: Output<String>? = null

Output only. The username associated to this token. //*/