AuthenticationProfile

Summary

Outbound authentication profile.

Description

Profile configuration that provides suport for outbound (backend) authentication, supporting no authentication, HTTP Basic, HTTP Digest, API Key, and SSL authentication.

Fields

Field Name Type Since Version Description
parameters {String, Object} Parameters for the backend authentication profile
type String Type of backend authentication. Possible values: none, http_basic, apikey, and ssl.
name String Unique name of the Profile
isDefault Boolean Indicates that this is the default profile. There can be only one default.

Example JSON

{
  "name" : "Default Security Profile",
  "isDefault" : false,
  "parameters" : {
    "apiKey" : "e7812c14-b67a-4eef-84a1-e18c0d8436ba",
    "apiKeyField" : "KeyId",
    "httpLocation" : "query"
  },
  "type" : "apikey"
}