ConnectionGithubConfigAuthorizerCredentialArgs

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

Constructors

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

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) Output only. The username associated to this token. //*/

Functions

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