zero-trust-gateway_gateway_account_config

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zero-trust-gateway-gateway-account-config-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zero-trust-gateway_gateway_account_config",
  "title": "zero-trust-gateway_gateway_account_config",
  "allOf": [
    {
      "$ref": "#/components/schemas/zero-trust-gateway_api-response-single"
    },
    {
      "properties": {
        "result": {
          "allOf": [
            {
              "$ref": "#/components/schemas/zero-trust-gateway_gateway-account-settings"
            },
            {
              "properties": {
                "created_at": {
                  "$ref": "#/components/schemas/zero-trust-gateway_timestamp"
                },
                "updated_at": {
                  "$ref": "#/components/schemas/zero-trust-gateway_timestamp"
                }
              }
            }
          ],
          "type": "object"
        }
      }
    }
  ],
  "type": "object"
}