---
id: v1-basic-auth-config
title: BasicAuthConfig
pagination_label: BasicAuthConfig
sidebar_label: BasicAuthConfig
sidebar_class_name: typescriptsdk
keywords: ['typescript', 'TypeScript', 'sdk', 'BasicAuthConfig', 'v1BasicAuthConfig']
slug: /tools/sdk/typescript/triggers/models/basic-auth-config
tags: ['SDK', 'Software Development Kit', 'BasicAuthConfig', 'v1BasicAuthConfig']
---

# BasicAuthConfig

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**userName** | **(optional)** `string` | The username to authenticate. | [default to undefined]
**password** | **(optional)** `string` | The password to authenticate. On response, this field is set to null as to not return secrets. | [default to undefined]

