Object
UrlBasedApiDefinitionInput
The URL that hosts the API definition file.
Fields
url():
String!
The URL where the API definition file is hosted.
authentications():
[ApiAuthenticationInput!]!
A list of the API authentication schemes (for example: Basic, Bearer Token, API Key).
api_definition_fetch_authentications():
[ApiAuthenticationInput!]
A list of authentication credentials used to fetch the API specification file from the URL (for example: Basic, Bearer Token, API Key). This is distinct from the authentication used during scanning.