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

BasicAuthRequest

    Request body for basic auth.

    Properties

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