2023-08-27 10:55:55 +02:00
|
|
|
---
|
2025-06-29 13:03:42 +05:30
|
|
|
title: Basic Auth Credentials | OpenMetadata Basic Auth Details
|
2025-07-28 19:22:02 +05:30
|
|
|
description: Schema for basic authentication using username and password for connecting to systems that require simple access control.
|
2023-08-27 10:55:55 +02:00
|
|
|
slug: /main-concepts/metadata-standard/schemas/security/credentials/basicauth
|
|
|
|
---
|
|
|
|
|
|
|
|
# BasicAuth
|
|
|
|
|
|
|
|
*Basic Auth Credentials*
|
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
|
|
|
- **`username`** *(string)*: Username to access the service.
|
2025-01-15 17:46:55 +05:30
|
|
|
- **`password`** *(string, format: password)*: Password to access the service.
|
2023-08-27 10:55:55 +02:00
|
|
|
|
|
|
|
|
2025-01-15 17:46:55 +05:30
|
|
|
Documentation file automatically generated at 2025-01-15 09:05:41.923720+00:00.
|