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

BasicAuth

    BasicAuth configures git authentication through basic auth — i.e. username and password. Both UserName and Password are required.

    Properties

    • userName SecretValue required
      The user name
    • secret string required
      The secret value in plaintext.
    • ciphertext array[string] optional
      The encrypted representation of the secret value.
    • password SecretValue required
      The password
    • secret string required
      The secret value in plaintext.
    • ciphertext array[string] optional
      The encrypted representation of the secret value.