tunnel_management-resources

Management resources the token will have access to.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-tunnel-management-resources-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/tunnel_management-resources",
  "title": "tunnel_management-resources",
  "description": "Management resources the token will have access to.",
  "enum": [
    "logs"
  ],
  "example": "logs",
  "type": "string"
}