zero-trust-gateway_application

APIs.ioEngineeringPlatform

Properties

Name Type Description
application_type_id object
created_at object
id object
name object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zero-trust-gateway-application-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zero-trust-gateway_application",
  "title": "zero-trust-gateway_application",
  "properties": {
    "application_type_id": {
      "$ref": "#/components/schemas/zero-trust-gateway_app_type_id"
    },
    "created_at": {
      "$ref": "#/components/schemas/zero-trust-gateway_timestamp"
    },
    "id": {
      "$ref": "#/components/schemas/zero-trust-gateway_app_id"
    },
    "name": {
      "$ref": "#/components/schemas/zero-trust-gateway_app-types_components-schemas-name"
    }
  },
  "type": "object"
}