ApiKeyAuth Model
ApiKeyAuth Model documentation for .NET SDK
Configuration for classic API-key authentication.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| InlineSecret | string | Secret stored directly in GoodMem (mutually exclusive with secretRef) | [optional] |
| SecretRef | SecretReference | [optional] | |
| HeaderName | string | Desired HTTP header to carry the credential (defaults to Authorization) | [optional] |
| Prefix | string | Optional prefix prepended to the secret (e.g., "Bearer ") | [optional] |