Kong · Schema

PortalFilterParameters

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source

Properties

Name Type Description
id object
name object
description object
authentication_enabled object
rbac_enabled object
default_api_visibility object
default_page_visibility object
default_application_auth_strategy_id object
auto_approve_developers object
auto_approve_applications object
default_domain object
canonical_domain object
View JSON Schema on GitHub

JSON Schema

kong-portalfilterparameters-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PortalFilterParameters",
  "title": "PortalFilterParameters",
  "type": "object",
  "properties": {
    "id": {
      "$ref": "#/components/schemas/UuidFieldFilter"
    },
    "name": {
      "$ref": "#/components/schemas/StringFieldFilter"
    },
    "description": {
      "$ref": "#/components/schemas/StringFieldFilter"
    },
    "authentication_enabled": {
      "$ref": "#/components/schemas/BooleanFieldFilter"
    },
    "rbac_enabled": {
      "$ref": "#/components/schemas/BooleanFieldFilter"
    },
    "default_api_visibility": {
      "$ref": "#/components/schemas/StringFieldFilter"
    },
    "default_page_visibility": {
      "$ref": "#/components/schemas/StringFieldFilter"
    },
    "default_application_auth_strategy_id": {
      "$ref": "#/components/schemas/UuidFieldFilter"
    },
    "auto_approve_developers": {
      "$ref": "#/components/schemas/BooleanFieldFilter"
    },
    "auto_approve_applications": {
      "$ref": "#/components/schemas/BooleanFieldFilter"
    },
    "default_domain": {
      "$ref": "#/components/schemas/StringFieldFilter"
    },
    "canonical_domain": {
      "$ref": "#/components/schemas/StringFieldFilter"
    }
  }
}