set_auth
Configure session-level authentication for Teradata REST API calls. Supports bearer, basic, custom, and no auth options.
Instructions
Set session-level authentication for subsequent requests
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Authentication type | |
| token | No | Bearer token (for bearer auth) | |
| password | No | Password (for basic auth) | |
| username | No | Username (for basic auth) | |
| headerName | No | Custom header name (for custom auth) | |
| headerValue | No | Custom header value (for custom auth) |