Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.31 KB

GwUpdateRemoteAccessSessionLogsSumologic.md

File metadata and controls

34 lines (28 loc) · 1.31 KB

Akeyless::GwUpdateRemoteAccessSessionLogsSumologic

Properties

Name Type Description Notes
enable String Enable Log Forwarding [true/false] [optional][default to 'true']
endpoint String Sumologic endpoint URL [optional]
host String Sumologic host [optional][default to 'use-existing']
json Boolean Set output format to JSON [optional][default to false]
output_format String Logs format [text/json] [optional][default to 'text']
pull_interval String Pull interval in seconds [optional][default to '10']
sumologic_tags String A comma-separated list of Sumologic tags [optional][default to 'use-existing']
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::GwUpdateRemoteAccessSessionLogsSumologic.new(
  enable: null,
  endpoint: null,
  host: null,
  json: null,
  output_format: null,
  pull_interval: null,
  sumologic_tags: null,
  token: null,
  uid_token: null
)