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

GitAuthConfigRequest

    Request body for configuring git authentication options.

    Properties

    • accessToken SecretValue optional
      Personal access token for git authentication
    • secret string required
      The secret value in plaintext.
    • ciphertext array[string] optional
      The encrypted representation of the secret value.
    • sshAuth SSHAuthRequest optional
      SSH authentication configuration
    • sshPrivateKey SecretValue optional
      The SSH private key for authentication.
    • password SecretValue optional
      An optional password for the SSH private key.
    • basicAuth BasicAuthRequest optional
      Basic authentication configuration
    • userName SecretValue optional
      The user name
    • password SecretValue optional
      The password