Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.41 KB

GatewayUpdateLogForwardingGoogleChronicle.md

File metadata and controls

36 lines (30 loc) · 1.41 KB

Akeyless::GatewayUpdateLogForwardingGoogleChronicle

Properties

Name Type Description Notes
customer_id String Google chronicle customer id [optional]
enable String Enable Log Forwarding [true/false] [optional][default to 'true']
gcp_key String Base64-encoded service account private key text [optional]
json Boolean Set output format to JSON [optional][default to false]
log_type String Google chronicle log type [optional]
output_format String Logs format [text/json] [optional][default to 'text']
pull_interval String Pull interval in seconds [optional][default to '10']
region String Google chronicle region [eu_multi_region/london/us_multi_region/singapore/tel_aviv] [optional]
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::GatewayUpdateLogForwardingGoogleChronicle.new(
  customer_id: null,
  enable: null,
  gcp_key: null,
  json: null,
  log_type: null,
  output_format: null,
  pull_interval: null,
  region: null,
  token: null,
  uid_token: null
)