Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 415 Bytes

AzureLogAnalyticsForwardingConfig.md

File metadata and controls

20 lines (14 loc) · 415 Bytes

Akeyless::AzureLogAnalyticsForwardingConfig

Properties

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

Example

require 'akeyless'

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