SecurityDevice
Summary
Inbound security device.
Description
The inbound security device is used with the SecurityProfile to define an inbound security requirement for an API.
Fields
Example JSON
{
"name" : "My Pass-through Device",
"type" : "apiKey",
"order" : 1,
"properties" : {
"apiKeyFieldName" : "APIKey",
"takeFrom" : "HEADER"
}
}