Tyk · JSON Structure

Tyk Gateway Auth Config Structure

Type: object Properties: 9
API GatewayAPI ManagementGraphQLOpen Source

AuthConfig is a JSON Structure definition published by Tyk, describing 9 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

auth_header_name cookie_name disable_header name param_name use_certificate use_cookie use_param validate_signature

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "AuthConfig",
  "type": "object",
  "properties": {
    "auth_header_name": {
      "type": "string"
    },
    "cookie_name": {
      "type": "string"
    },
    "disable_header": {
      "type": "boolean"
    },
    "name": {
      "type": "string"
    },
    "param_name": {
      "type": "string"
    },
    "use_certificate": {
      "type": "boolean"
    },
    "use_cookie": {
      "type": "boolean"
    },
    "use_param": {
      "type": "boolean"
    },
    "validate_signature": {
      "type": "boolean"
    }
  }
}