SwaggerSecurityProfile

Summary

Security Profile details.

Description

Security profile details for API and API Methods

Fields

Field Name Type Since Version Description
devices Collection List of Security Devices associated with this profile

Example JSON

{
  "devices" : [ {
    "type" : "APIKeyOnlySecurityDevice",
    "typeDisplayName" : "API Key only",
    "name" : "API Key Device",
    "order" : 1,
    "keyField" : "KeyId"
  }, {
    "type" : "HTTPBasicSecurityDevice",
    "typeDisplayName" : "HTTP Basic Authentication",
    "name" : "HTTP Basic Device",
    "order" : 0,
    "realm" : "axway"
  } ]
}