Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 521 Bytes

File metadata and controls

24 lines (18 loc) · 521 Bytes

Akeyless::GoogleChronicleForwardingConfig

Properties

Name Type Description Notes
customer_id String [optional]
log_type String [optional]
region String [optional]
service_account_key String [optional]

Example

require 'akeyless'

instance = Akeyless::GoogleChronicleForwardingConfig.new(
  customer_id: null,
  log_type: null,
  region: null,
  service_account_key: null
)