Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 627 Bytes

File metadata and controls

15 lines (10 loc) · 627 Bytes

ApiKeyAuthentication

The API key used to authenticate to the external system. This can be configured as a header or query parameter.

Properties

Name Type Required Description
location RestRequestApiKeyLocation Yes The location of the API key in the request.
api_key EncryptedProperty Yes The value of the API key.
type Literal["apiKey"] Yes None

[Back to Model list] [Back to API list] [Back to README]