Tyk · Schema

SessionState

API GatewayAPI ManagementGraphQLOpen Source

Properties

Name Type Description
access_rights object
alias string
allowance number
apply_policies array
apply_policy_id string deprecated use apply_policies going forward instead to send a list of policies ids
certificate string
data_expires integer
date_created string
enable_detail_recording boolean deprecated use enable_detailed_recording going forward instead
enable_detailed_recording boolean
enable_http_signature_validation boolean
expires integer
hmac_enabled boolean
hmac_string string
id_extractor_deadline integer
is_inactive boolean
last_check integer
last_updated string
max_query_depth integer
meta_data object
oauth_client_id string
oauth_keys object
org_id string
per number
quota_max integer
quota_remaining integer
quota_renewal_rate integer
quota_renews integer
rate number
rsa_certificate_id string
session_lifetime integer
tags array
throttle_interval number
throttle_retry_limit integer
View JSON Schema on GitHub

JSON Schema

tyk-gateway-session-state-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SessionState",
  "type": "object",
  "properties": {
    "access_rights": {
      "type": "object"
    },
    "alias": {
      "type": "string"
    },
    "allowance": {
      "type": "number"
    },
    "apply_policies": {
      "type": "array"
    },
    "apply_policy_id": {
      "type": "string",
      "description": "deprecated use apply_policies going forward instead to send a list of policies ids"
    },
    "certificate": {
      "type": "string"
    },
    "data_expires": {
      "type": "integer"
    },
    "date_created": {
      "type": "string"
    },
    "enable_detail_recording": {
      "type": "boolean",
      "description": "deprecated use enable_detailed_recording going forward instead"
    },
    "enable_detailed_recording": {
      "type": "boolean"
    },
    "enable_http_signature_validation": {
      "type": "boolean"
    },
    "expires": {
      "type": "integer"
    },
    "hmac_enabled": {
      "type": "boolean"
    },
    "hmac_string": {
      "type": "string"
    },
    "id_extractor_deadline": {
      "type": "integer"
    },
    "is_inactive": {
      "type": "boolean"
    },
    "last_check": {
      "type": "integer"
    },
    "last_updated": {
      "type": "string"
    },
    "max_query_depth": {
      "type": "integer"
    },
    "meta_data": {
      "type": "object"
    },
    "oauth_client_id": {
      "type": "string"
    },
    "oauth_keys": {
      "type": "object"
    },
    "org_id": {
      "type": "string"
    },
    "per": {
      "type": "number"
    },
    "quota_max": {
      "type": "integer"
    },
    "quota_remaining": {
      "type": "integer"
    },
    "quota_renewal_rate": {
      "type": "integer"
    },
    "quota_renews": {
      "type": "integer"
    },
    "rate": {
      "type": "number"
    },
    "rsa_certificate_id": {
      "type": "string"
    },
    "session_lifetime": {
      "type": "integer"
    },
    "tags": {
      "type": "array"
    },
    "throttle_interval": {
      "type": "number"
    },
    "throttle_retry_limit": {
      "type": "integer"
    }
  }
}