ConnectionGithubConfigAuthorizerCredential

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val username: String? = null

(Output) Output only. The username associated with this token. //*/