Akeyless::GatewayUpdateLogForwardingLogzIo Properties Name Type Description Notes enable String Enable Log Forwarding [true/false] [optional][default to 'true'] json Boolean Set output format to JSON [optional][default to false] logz_io_token String Logz-io token [optional] output_format String Logs format [text/json] [optional][default to 'text'] protocol String LogzIo protocol [tcp/https] [optional] pull_interval String Pull interval in seconds [optional][default to '10'] token String Authentication token (see `/auth` and `/configure`) [optional] uid_token String The universal identity token, Required only for universal_identity authentication [optional] Example require 'akeyless' instance = Akeyless::GatewayUpdateLogForwardingLogzIo.new( enable: null, json: null, logz_io_token: null, output_format: null, protocol: null, pull_interval: null, token: null, uid_token: null )