GitRemoteSettingsResponse

data class GitRemoteSettingsResponse(val authenticationTokenSecretVersion: String, val defaultBranch: String, val tokenStatus: String, val url: String)

Controls Git remote configuration for a repository.

Constructors

Link copied to clipboard
fun GitRemoteSettingsResponse(authenticationTokenSecretVersion: String, defaultBranch: String, tokenStatus: String, url: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the Secret Manager secret version to use as an authentication token for Git operations. Must be in the format projects/*/secrets/*/versions/*.

Link copied to clipboard

The Git remote's default branch name.

Link copied to clipboard

Indicates the status of the Git access token.

Link copied to clipboard
val url: String

The Git remote's URL. //*/