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

SourceContextHgRequest

    Request to configure a Mercurial-based source context.

    Properties

    • repoUrl string optional
      The URL of the Mercurial repository.
    • branch string optional
      The branch to use from the repository.
    • repoDir string optional
      The subdirectory within the repository where Pulumi.yaml is located.
    • revision string optional
      The changeset hash to check out.
    • hgAuth GitAuthConfigRequest optional
      Mercurial authentication configuration.
    • accessToken SecretValue optional
      Personal access token for git authentication
    • sshAuth SSHAuthRequest optional
      SSH authentication configuration
    • basicAuth BasicAuthRequest optional
      Basic authentication configuration