Object
ApiKeyAuthenticationInput
The API Key authentication scheme.
        Fields
label():
                                                               String!
            
                    The unique authentication scheme label.
                api_key_destination():
                                                               ApiAuthenticationTokenDestination!
            
                    The API Key authentication scheme destination (for example: header, query, cookie).
                parameter_name():
                                                               String!
            
                    The API Key authentication scheme parameter name (for example: API_KEY_NAME, apiKeyName).
                key():
                                                               String
            
                    The API Key authentication scheme key.
                dynamic_token_config():
                                                               ApiDynamicAuthenticationTokenConfigInput
            
                    The dynamic token config.