Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 499 Bytes

File metadata and controls

22 lines (16 loc) · 499 Bytes

Akeyless::AzureLogAnalyticsForwardingConfig

Properties

Name Type Description Notes
azure_enable_batch String [optional]
azure_workspace_id String [optional]
azure_workspace_key String [optional]

Example

require 'akeyless'

instance = Akeyless::AzureLogAnalyticsForwardingConfig.new(
  azure_enable_batch: null,
  azure_workspace_id: null,
  azure_workspace_key: null
)