tunnel_tunnel_secret

Sets the password required to run a locally-managed tunnel. Must be at least 32 bytes and encoded as a base64 string.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-tunnel-tunnel-secret-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/tunnel_tunnel_secret",
  "title": "tunnel_tunnel_secret",
  "description": "Sets the password required to run a locally-managed tunnel. Must be at least 32 bytes and encoded as a base64 string.",
  "example": "AQIDBAUGBwgBAgMEBQYHCAECAwQFBgcIAQIDBAUGBwg=",
  "type": "string"
}