GitRemoteSettingsArgs

data class GitRemoteSettingsArgs(val authenticationTokenSecretVersion: Output<String>, val defaultBranch: Output<String>, val url: Output<String>) : ConvertibleToJava<GitRemoteSettingsArgs>

Controls Git remote configuration for a repository.

Constructors

Link copied to clipboard
fun GitRemoteSettingsArgs(authenticationTokenSecretVersion: Output<String>, defaultBranch: Output<String>, url: Output<String>)

Functions

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

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
val defaultBranch: Output<String>

The Git remote's default branch name.

Link copied to clipboard
val url: Output<String>

The Git remote's URL. //*/