Management resources the token will have access to.
{ "$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" }