GoodMem
ReferenceClient SDKs.NETModels

ApiKeyAuth Model

ApiKeyAuth Model documentation for .NET SDK

Configuration for classic API-key authentication.

Properties

NameTypeDescriptionNotes
InlineSecretstringSecret stored directly in GoodMem (mutually exclusive with secretRef)[optional]
SecretRefSecretReference[optional]
HeaderNamestringDesired HTTP header to carry the credential (defaults to Authorization)[optional] [default to "Authorization"]
PrefixstringOptional prefix prepended to the secret (e.g., "Bearer ")[optional]

On this page