1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. SourceContextGitRequest

SourceContextGitRequest

    Request to configure a git-based source context.

    Properties

    • repoUrl string optional
      The URL of the git repository.
    • branch string optional
      The branch to use from the repository.
    • repoDir string optional
      The subdirectory within the repository where Pulumi.yaml is located.
    • commit string optional
      The commit hash to deploy. Mutually exclusive with branch.
    • gitAuth GitAuthConfigRequest optional
      Git authentication configuration.
    • accessToken SecretValue optional
      Personal access token for git authentication
    • sshAuth SSHAuthRequest optional
      SSH authentication configuration
    • basicAuth BasicAuthRequest optional
      Basic authentication configuration