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

SSHAuth

    SSHAuth configures ssh-based auth for git authentication. SSHPrivateKey is required but password is optional.

    Properties

    • sshPrivateKey SecretValue required
      The SSH private key used 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 or passphrase for the SSH private key.
    • secret string required
      The secret value in plaintext.
    • ciphertext array[string] optional
      The encrypted representation of the secret value.