ConnectionGithubConfigAuthorizerCredential

data class ConnectionGithubConfigAuthorizerCredential(val oauthTokenSecretVersion: String? = null, val username: String? = null)

Constructors

constructor(oauthTokenSecretVersion: String? = null, username: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val username: String? = null

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