access_biso_props

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-access-biso-props-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/access_biso_props",
  "title": "access_biso_props",
  "allOf": [
    {
      "$ref": "#/components/schemas/access_feature_app_props"
    },
    {
      "properties": {
        "domain": {
          "example": "authdomain.cloudflareaccess.com/browser",
          "readOnly": true
        },
        "name": {
          "default": "Clientless Web Isolation",
          "example": "Clientless Web Isolation",
          "readOnly": true
        },
        "type": {
          "description": "The application type.",
          "example": "biso",
          "type": "string"
        }
      }
    }
  ]
}