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

SSHAuthRequest

    Request to configure SSH-based authentication for git operations.

    Properties

    • sshPrivateKey SecretValue optional
      The SSH private key for authentication.
    • secret string required
      The secret value in plaintext.
    • ciphertext array[string] optional
      The encrypted representation of the secret value.
    • password SecretValue optional
      An optional password for the SSH private key.
    • secret string required
      The secret value in plaintext.
    • ciphertext array[string] optional
      The encrypted representation of the secret value.